@vite(['resources/css/app.css', 'resources/js/app.js'])
@stack('head')
{{-- ── Navbar — Unified Component ── --}}
{{-- ── Page Content ── --}}
@yield('content')
{{-- ── Footer (if any page needs it) ── --}}
@yield('footer')
{{-- ── EbdaAlert System — Unified Component ── --}}
{{-- ── Additional page scripts ── --}}
@stack('scripts')