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