@php($viteReady = file_exists(public_path('hot')) || file_exists(public_path('build/manifest.json'))) @if ($viteReady) @vite(['resources/css/app.css', 'resources/js/app.js']) @elseif (app()->environment('local')) @endif @if (!$viteReady && app()->environment('local'))

Vite assets are not built yet

Laravel couldn't find public/build/manifest.json and public/hot, so the admin UI can't load compiled Tailwind/JS. Run npm install then npm run dev (or npm run build), then refresh this page.

@endif
@include('layouts.admin-navbar')
@include('layouts.flash') @yield('content')