@php $unreadCount = auth()->user()->unreadNotifications->count(); $notifications = auth()->user()->notifications()->latest()->take(5)->get(); @endphp
{{ isset($notification->data['message']) ? $notification->data['message'] : 'New notification' }}
{{ $notification->created_at->diffForHumans() }}