{{-- Header --}}
{{-- Container --}}
@if (config('layout.header.self.display')) @php $kt_logo_image = 'logo-white.png'; @endphp @if (config('layout.header.self.theme') === 'light') @php $kt_logo_image = 'logo.png' @endphp @elseif (config('layout.header.self.theme') === 'dark') @php $kt_logo_image = 'logo.png' @endphp @endif @if(USER_ROLE != 'admin') @php $kt_logo_image = 'logo-white.png' @endphp @endif @php if(USER_ROLE == 'teacher') $link = url('teacher/video-quiz/biology'); elseif(USER_ROLE == 'tutor') $link = url('tutor/video-quiz/biology'); elseif(USER_ROLE == 'school') $link = url('school'); else $link = url('/'); @endphp {{-- Header Menu --}}
@if(config('layout.aside.self.display') == false || USER_ROLE!='admin') @endif
@if(USER_ROLE =='admin')
{{-- Page Title --}}

{{ @$page_title }} @if (isset($page_description) && config('layout.subheader.displayDesc')) {{ @$page_description }} @endif

@if (!empty($page_breadcrumbs)) {{-- Separator --}}
{{-- Breadcrumb --}} @endif
@endif @if(USER_ROLE == 'teacher') @endif @if(USER_ROLE == 'school') @endif @if(USER_ROLE == 'tutor') @php $subject = App\Models\Subject::first(); $menu_link_disabled = (LOCK_MENU==1)?'menu-link-disabled':'menu-link'; @endphp @endif
@else
@endif @include('layout.partials.extras._topbar')
@push('page-scripts') @endpush