{{-- DNS prefetch --}} {{-- NProgress CSS (local) --}} {{-- Tailwind CDN (diperlukan untuk utility classes) --}} {{-- Google Fonts & Bootstrap Icons: non-blocking --}} @stack('styles')
@yield('header_title')
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif @yield('content') {{-- Modals rendered inside so fast-nav can update them --}} @yield('modals') {{-- Page-specific scripts rendered inside so fast-nav can evaluate them --}} @stack('scripts')
{{-- NProgress + Fast Navigation (tanpa reload) --}}