@routes @if (app()->environment('production')) @php $manifest = json_decode(file_get_contents(public_path('build/manifest.json')), true); @endphp @else @vite('resources/js/app.js') @endif @inertiaHead