@if( config('app.env') != 'production' ) @endif @yield('og_title', ''){{ config('app.name', 'Laravel') }} @if( config('app.gtm_id') ) @endif @vite(['resources/sass/app.scss', 'resources/js/app.js']) @stack('css') @if( config('app.gtm_id') ) @endif
@include('public.header.header')
@yield('content')
@stack('modal') @stack('js')