@if (file_exists(public_path('build/manifest.json'))) @vite(['resources/css/app.css']) @else @endif
@include('auth.partials.brand')
@if ($wide ?? false)
@yield('content')
@else
@yield('content')
@include('auth.partials.side-panel')
@endif
@php $booklioTranslationPayload = $booklioTranslationPayload ?? [ 'defaultLocale' => 'en', 'currentLocale' => app()->getLocale(), 'direction' => $layoutDirection ?? 'ltr', 'languages' => [], ]; @endphp