@include('partials.turbo') @include('partials.theme-vars') @stack('styles')

{{ $hotel?->name ?? 'HotelPlus' }}

@if($hotel?->city)

{{ $hotel->city }}{{ $hotel->country ? ', '.$hotel->country : '' }}

@endif
Book Now
@if(session('success')) {{ session('success') }} @endif @if($errors->any()) @endif @yield('content')
@stack('scripts')