Notifications
View your recent notifications
All Notifications
List of your notifications
Success!
{{ session('message') }}
Error!
{{ session('error') }}
| # | Message | Date | Status | Action |
|---|---|---|---|---|
| {{ $key + 1 }} | {{ $notification->data['message'] ?? 'Notification' }} | {{ $notification->created_at->diffForHumans() }} | @if(is_null($notification->read_at)) Unread @else Read @endif | @if(is_null($notification->read_at)) @else — @endif |
{{ $notifications->links() }}
@else
You have no notifications.
@endif