@extends('dashboard.user.layouts.app') @section('content')

{{ $title }}

Title:
{{ $notification->title }}
Message:
{!! $notification->description !!}
Status:
{{ $notification->read->label() }}
Created At:
{{ $notification->created_at->diffForHumans() }}
@endsection