@include('components.meta') @if (isset($page['props']['schema'])) {!! $page['props']['schema'] !!} @endif() @include('components.gtm_head') {{-- @routes --}} @viteReactRefresh @vite(['resources/js/app.jsx', "resources/js/Pages/{$page['component']}.jsx"]) @inertiaHead @inertia @include('components.gtm_body')