Reservations / New reservation

New reservation

Guest

@if ($guest_id)
{{ $guestSearch }}
@else
@if ($guestResults->isNotEmpty())
@foreach ($guestResults as $g) @endforeach
@endif

Can't find them? Create a new guest

@endif @error('guest_id')

{{ $message }}

@enderror

Stay

@error('room_type_id')

{{ $message }}

@enderror
@error('check_in_date')

{{ $message }}

@enderror
@error('check_out_date')

{{ $message }}

@enderror

Availability

@if ($availability) @if ($availability['available'])
{{ $availability['available_count'] }} room(s) available
{{ $availability['total_rooms'] }} total · {{ $availability['reserved_rooms'] }} already booked
@else
No availability
All {{ $availability['total_rooms'] }} rooms of this type are booked.
@endif
Nights
{{ $availability['nights'] }}
Rate / night
${{ number_format($availability['rate_per_night'], 2) }}
Total
${{ number_format($availability['total_rate'], 2) }}
@else

Pick a room type and dates to check availability.

@endif
Cancel