@php $defaultMeta = getMeta('default'); @endphp {{ get_option('app_name') }} - {{ __(@$title) }} @if(get_option('app_font_design_type') == 2) @if(empty(get_option('app_font_link'))) @else {!! get_option('app_font_link') !!} @endif @else @endif @if(isEnableOpenAI()) @endif @stack('style') @if(!empty(get_option('certificate_regular')) && get_option('certificate_regular') != '' ) @endif @toastr_css @include('frontend.layouts.dynamic-style') @php $selectedLanguage = selectedLanguage(); @endphp @validUserT @if(get_option('allow_preloader') == 1)
img
@endif @include(getThemePath().'.layouts.navbar')
@yield('breadcrumb')
@include('instructor.common.left-menu')
@yield('content')
@yield('modal') @include('frontend.layouts.footer') @if(isEnableOpenAI()) @endif @stack('script') @toastr_js @toastr_render @if (@$errors->any()) @endif