@auth {{-- Admin Notification Panel --}} @if(Auth::check() && Auth::user()->role === 1) @php $notifications = Auth::user()->unreadNotifications; @endphp @endif @endauth