@php $adminNotifications = auth()->user()->unreadNotifications()->take(10)->get(); $unreadCount = auth()->user()->unreadNotifications()->count(); @endphp