@php $logo = $data['logo_options'] ?? get_theme_option(key: 'theme_logo'); $defaultFavIcon = isset($logo['fav_icon']) && fileExists('lms/theme-options', $logo['fav_icon']) == true ? asset("storage/lms/theme-options/{$logo['fav_icon']}") : asset('lms/frontend/assets/images/favicon.svg'); $favIcon = $data['fav_icon'] ?? $defaultFavIcon; $customScript = get_theme_option('custom_script') ?? []; $customCss = $customScript['custom_css'] ?? ''; $customJs = $customScript['custom_js'] ?? ''; @endphp {{ $backendSetting['app_name'] ?? translate('Edulab LMS') }} @stack('css') @if ($customCss) @endif