{{-- --}} @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') @endproduction @inertiaHead
{{-- {{app()->environment('production') ? 'yes' : 'no'}} --}} @inertia