@use('App\Models\Language') @php $locale = Session::get('front-locale', getDefaultLangLocale()); $lang = Language::where('locale', Session::get('front-locale', getDefaultLangLocale()))?->whereNull('deleted_at')->first(); @endphp @include('front.layouts.head') @include('front.layouts.style') @include('front.layouts.header') @yield('content') @if ($settings['activation']['preloader_enabled'] ?? false)
loader-image
@endif @include('front.layouts.footer') @include('front.layouts.script') @stack('scripts') @includeIf('inc.alerts')