@hasSection('meta') @yield('meta') @else @php $defaultMeta = getMeta('default'); @endphp @endif {{ get_option('app_name') }} - {{ __(@$pageTitle) }} @if(get_option('app_font_design_type') == 2) @if(empty(get_option('app_font_link'))) @else {!! get_option('app_font_link') !!} @endif @else @endif @stack('theme-style') @stack('style') @toastr_css @include(getThemePath().'.layouts.dynamic-style') @if(get_option('pwa_enable')) @endif @if(isEnableOpenAI()) @endif @php $selectedLanguage = selectedLanguage(); @endphp @if(get_option('allow_preloader') == 1)
img
@endif @include(getThemePath().'.layouts.navbar') @yield('content') @include(getThemePath().'.layouts.footer') @if(isEnableOpenAI()) @endif @stack('script') @toastr_js @toastr_render @if (@$errors->any()) @endif @if(get_option('pwa_enable')) @endif