@production
@endproduction
@if(\App\Models\Meta::ifSEORender())
{!! \App\Models\Meta::render() !!}
@else
{{ config('app.name', 'Nutun') }}
@endif
@routes
@vite(['resources/sass/app.scss', 'resources/js/app.js', "resources/js/Pages/{$page['component']}.vue"])
@inertiaHead
@production
@endproduction
@production
@endproduction
@inertia