@forelse($notifications as $notification)
@empty
@endforelse
{{ $notification->title }}
{{ $notification->message }}
{{ $notification->created_at->diffForHumans() }}
@if(!$notification->is_read)
@endif
No notifications yet
{{ $notifications->links() }}