@yield('content')
{{-- Load Vite assets only if the manifest exists (prevents 500 when not built) --}} @php($viteManifest = public_path('build/manifest.json')) @if (file_exists($viteManifest)) @vite(['resources/css/app.css','resources/js/app.js']) @endif
{{-- Top navigation bar (subtle glass look) --}}