@use('app\Helpers\Helpers') @php $lang = Helpers::getLanguageByLocale(Session::get('locale', 'en')); $themeOptions = Helpers::getThemeOptions(); @endphp @include("frontend.layout.head")
loader
@include("frontend.layout.header") @hasSection('breadcrumb') @endif @yield('content') @include("frontend.layout.footer") @include("frontend.layout.script") @include("frontend.inc.alerts")