Reservations / {{ $reservation->confirmation_number }} / Edit

Edit reservation

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
@else
No rooms of this type available for the new dates.
@endif
Nights
{{ $availability['nights'] }}
New total
${{ number_format($availability['total_rate'], 2) }}
@else

Adjust dates or type to recalculate.

@endif
Cancel