@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles
@auth {{-- Sidebar Overlay (mobile) --}}
{{-- Sidebar --}} {{-- Topbar --}}
☰
@if ($currentSection)
{{ $currentSection['section'] }}
‹
{{ $currentSection['icon'] }} {{ $currentSection['page'] }}
@endif
🔍
🔔
0
الإشعارات
تم قراءة الكل
عرض الكل
جاري التحميل...
🌙
{{ mb_substr(auth()->user()->name, 0, 1) }}
{{ auth()->user()->name }}
{{ auth()->user()->role }}
{{-- Main Content --}}
@yield('content') {{ $slot ?? '' }}
@endauth @guest {{ $slot ?? '' }} @yield('content') @endguest @auth @livewireScripts @stack('scripts') @endauth