@php $user = auth()->user(); $unreadCount = $user->unreadNotifications()->count(); $recent = $user->notifications()->latest()->limit(12)->get(); @endphp