@include('dashboard.admin.user.partials.account_options_and_status')
- Title:
- {{ $notification->title }}
- Message:
- {!! $notification->description !!}
- Status:
-
{{ $notification->read->label() }}
- Created At:
- {{ $notification->created_at->diffForHumans() }}
@endsection