@auth
@if (auth()->user()->theme)
@endif
@endauth
@yield('title', 'Teacher Portal') — {{ config('southend.app_name') }}
@include('components.partials.theme-boot')
@vite(['resources/css/app.css', 'resources/js/app.js'])
@stack('styles')
@include('layouts.partials.portal-frame', [
'portalBrand' => 'TeacherPortal',
'roleLabel' => 'Teacher',
'navConfig' => 'teacher.navigation',
'notificationRoute' => 'teacher.notifications.index',
])