{{ auth()->user()->unreadNotifications->Count() }}
Notifications
{{ auth()->user()->unreadNotifications->Count() }}
New
@forelse (auth()->user()->unreadNotifications as $notification)
{{ $notification->data['title'] }}
{{ $notification->data['message'] }}
{{ $notification->created_at }}
@empty
No Notifications
@endforelse
Read all notifications