@php $unreadCount = auth()->user()->unreadNotifications->count(); $notifications = auth()->user()->notifications()->latest()->take(5)->get(); @endphp