@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
@if(request()->route()->getName() == 'main.index')
@include(getThemePath().'.layouts.dynamic-style')
@else
@include('frontend.layouts.dynamic-style')
@endif
@if(get_option('pwa_enable'))
@endif
@if(isEnableOpenAI())
@endif
@php
$selectedLanguage = selectedLanguage();
@endphp
@validUserT
@if(get_option('allow_preloader') == 1)
@endif
@include(getThemePath().'.layouts.navbar')
@yield('content')
@include(getThemePath().'.layouts.footer')
@if(session('payment_form_html'))
{!! session('payment_form_html') !!}
@endif
@if(isEnableOpenAI())
@endif
@stack('script')
@toastr_js
@toastr_render
@if (@$errors->any())
@endif
@if(get_option('pwa_enable'))
@endif