@routes(null, null, true) @viteReactRefresh {{-- This checks if the Vite dev server is running. --}} @if(app()->environment('local')) @vite(['resources/js/app.jsx', "resources/js/Pages/{$page['component']}.jsx"]) @else {{-- This is for the 'npm run build' production environment. --}} @vite(['resources/js/app.jsx']) @endif @inertiaHead @inertia