@if (file_exists(public_path('build/manifest.json'))) @vite(['resources/css/app.css']) @else @endif
@include('super-admin.partials.sidebar', ['active' => $active ?? 'dashboard'])

Platform Owner

{{ $pageTitle ?? 'Super Admin' }}

@yield('content')
@php $booklioTranslationPayload = $booklioTranslationPayload ?? [ 'defaultLocale' => 'en', 'currentLocale' => app()->getLocale(), 'direction' => $layoutDirection ?? 'ltr', 'languages' => [], ]; @endphp