@stack('head')
@php $route = request()->route()?->getName() ?? ''; $is = fn (string $name) => str_starts_with($route, $name) ? 'active' : ''; @endphp
{{-- Global search box --}}
{{-- Notification bell --}}
0
الإشعارات
تعليم الكل كمقروء
جاري التحميل…
عرض كل الإشعارات →
{{-- User menu --}} @auth('super_admin')
{{ mb_substr(auth('super_admin')->user()->name, 0, 1) }}
{{ auth('super_admin')->user()->name }}
الملف الشخصي
صحة النظام
@csrf
خروج
@endauth
@if(session('status'))
{{ session('status') }}
@endif @if($errors->any())
@foreach($errors->all() as $err)
{{ $err }}
@endforeach
@endif @yield('content')
@stack('scripts')