@php $notifications = auth()->user()->notifications()->orderBy('created_at', 'desc')->limit(10)->get(); $isUnread = auth()->user()->unreadNotifications()->count(); @endphp