@php $generalSetting = generalSetting(); @endphp @laravelPWA @if( ! is_null(schoolConfig() )) @else @endif {{@schoolConfig()->school_name ? @schoolConfig()->school_name : 'upedia ERP'}} | @yield('title') @if(userRtlLtl() ==1) @else @endif @if(userRtlLtl() ==1) @else @endif @if(moduleStatusCheck('WhatsappSupport')) @endif @if(\Request::route()->getName() == "fees.fees-invoice-settings") @endif @include('backEnd.partials.css') @if(userRtlLtl() ==1) @endif @stack('css') @php if (empty(color_theme())) { // $css = "background: url('".asset('/public/backEnd/img/body-bg.jpg')."') no-repeat center; background-size: cover ; "; $css = "background: var(--background)"; } else { if (!empty(color_theme()->background_type == 'image')) { $css = "background: url('" . asset(color_theme()->background_image) . "') no-repeat center; background-size: cover; background-attachment: fixed; background-position: top; "; } else { $css = "background:" . color_theme()->background_color; } } @endphp @php if(session()->has('homework_zip_file')){ $file_path='/uploads/homeworkcontent/'.session()->get('homework_zip_file'); if (file_exists($file_path)) { unlink($file_path); } } @endphp @include('backEnd.preloader') @php $chat_method = $generalSetting->chatting_method; @endphp @if($chat_method == 'pusher') @endif @php if (file_exists($generalSetting->logo)) { $tt = base_path($generalSetting->logo); } else { $tt = base_path('/uploads/settings/logo.png'); } @endphp
@if(isSubscriptionEnabled()) @if(\Modules\Saas\Entities\SmPackagePlan::isSubscriptionAutheticate()) @include('backEnd.partials.sidebar') @else @include('saas::menu.SaasSubscriptionSchool_trial') @endif @else @include('backEnd.partials.sidebar') @endif
@include('backEnd.partials.menu')