@php
$backendSetting = get_theme_option(key: 'backend_general') ?? null;
@endphp
{{ isset($backendSetting['app_name']) ? $backendSetting['app_name'] . ' -' : null }} {{ $title ?? null }}
@php
$backendLogo = get_theme_option(key: 'backend_logo') ?? null;
@endphp
@if (isset($backendLogo['favicon']) && fileExists($folder = 'lms/theme-options', $fileName = $backendLogo['favicon']) == true && $backendLogo['favicon'] !== '')
@else
@endif
@stack('css')
{{ $slot }}
@include('portal::admin.placeholder')
@auth
@if (Auth::user()->guard == 'instructor')
@elseif (Auth::user()->guard == 'organization')
@else
@endif
@endauth
@stack('js')