@vite(['resources/css/app.css', 'resources/js/app.js'])
{{-- ✅ PEROMBAKAN TOTAL BAGIAN NAVIGASI --}} @if (isset($header))
{{ $header }}
@endif
@hasSection('content') @yield('content') @else {{ $slot }} @endif
@stack('scripts')