@if (file_exists(public_path('build/manifest.json'))) @vite(['resources/css/app.css']) @else @endif
{{ $slot ?? '' }} @yield('content')
@stack('modals') @php $booklioTranslationPayload = $booklioTranslationPayload ?? [ 'defaultLocale' => 'en', 'currentLocale' => app()->getLocale(), 'direction' => $layoutDirection ?? 'ltr', 'languages' => [], ]; @endphp