@auth
@if (auth()->user()->theme)
@endif
@endauth
@yield('title', 'Student 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' => 'StudentPortal',
'roleLabel' => 'Student',
'navConfig' => 'student.navigation',
'notificationRoute' => 'student.notifications.index',
])