Your Notifications
@if($notifications->count() == 0)
You have no notifications at the moment.
@else
-
@foreach($notifications as $note)
-
{{ $note->data['title'] ?? 'Notification' }}@if(!$note->read) Mark as Read @endif
{{ $note->data['message'] ?? '' }}
{{ $note->created_at->diffForHumans() }}
@endforeach