@if($siteBrand->hasFavicon()) @endif @yield('title', 'لوحة الإدارة') — {{ $siteBrand->name() }} {{-- Bootstrap 5 RTL --}} {{-- Bootstrap Icons --}} {{-- Chart.js --}} @stack('styles') {{-- ===== Sidebar ===== --}} {{-- ===== Topbar ===== --}}

@yield('page-title', 'لوحة التحكم')

{{ $adminUser->name }}
{{-- ===== Main Content ===== --}}
{{-- Flash Messages --}} @if(session('success')) @endif @if(session('error')) @endif @yield('content')
@stack('scripts')