@include('dashboard.admin.user.partials.account_options_and_status')
@slot('header')
User Notification Details
@endslot
- Title:
- {{ $notification->title }}
- Message:
- {{ $notification->description }}
- Status:
-
@if ($notification->read)
Read
@else
Unread
@endif
- Date:
- {{ $notification->created_at->diffForHumans() }}
@endsection