@include('public.partials.meta-link') @include('public.partials.analytics') @livewireStyles @if (config('app.env') == 'production') @else @endif {{ $styles ?? '' }} {{ $topScripts ?? '' }} @if (isset($return)) @include('public.partials.navigation') @endif @if (isset($pageTitle)) @include('public.partials.page-title') @endif
{{ $slot }}
@if ($isReservationsAllowed && isset($mobileBookingButton))
@endif @include('public.partials.footer') @livewireScripts {{ $bottomScripts ?? '' }} @if (config('app.env') == 'production') @else @endif