@include('googletagmanager::head') {!! SEOMeta::generate() !!} {!! OpenGraph::generate() !!} {!! Twitter::generate() !!} {!! JsonLdMulti::generate() !!} @vite('resources/sass/front-app.scss') @yield('custom_styles') @include('layouts.front.header')
@include('googletagmanager::body') @include('layouts.front.navigation') @yield('content') @include('layouts.front.footer') @vite('resources/js/front-app.js') @yield('custom_scripts')