@if(auth()->check() && !auth()->user()->notification_seen && auth()->user()->level != 'admin') @php $notification = \App\Models\Notification::latest()->first(); @endphp @if($notification)