@foreach(config('localized-routes.supported_locales') as $lang) @endforeach @vite(['resources/css/app.css','resources/js/app.js']) @yield('head') @include('common.analytics') @include('common.header')
@include('common.jumbo')
@yield('breadcrumbs')
@yield('content')
@include('common.footer') @livewire('wire-elements-modal')
@if(\App\Services\DomainService::get()?->footer_code) {!! \App\Services\DomainService::get()?->footer_code !!} @endif