{{ $reservation->check_in_date->format('d M Y') }} → {{ $reservation->check_out_date->format('d M Y') }} · {{ $reservation->nights }} nights · {{ $reservation->total_guests }} guest{{ $reservation->total_guests > 1 ? 's' : '' }}
This will mark the reservation as cancelled. Optional reason for the audit trail:
Select a {{ $reservation->roomType?->name }} room to assign:
@if ($availableRooms->isEmpty()){{ $reservation->special_requests }}
Folio {{ $reservation->folio->folio_number }} · {{ \App\Models\Folio::STATUSES[$reservation->folio->status] ?? '' }}
@endif