@if (env('NGINX_ENV') === 'prod')
@endif
{{--
{{ config('app.name', 'Laravel') }}--}}
@routes
@vite(['resources/js/app.js', "resources/js/Pages/{$page['component']}.vue"])
@inertiaHead
@inertia
@if(config('services.yandex_metrika.id') && app()->environment('production'))
@endif