{{ $reservations->total() }} matching · bookings, in-house, departures
| Confirmation | Guest | Stay | Type / Room | Status | Total |
|---|---|---|---|---|---|
| {{ $res->confirmation_number }} |
{{ $res->guest?->full_name }}
{{ $res->guest?->email }}
|
{{ $res->check_in_date->format('d M') }} → {{ $res->check_out_date->format('d M Y') }} ({{ $res->nights }}n) |
{{ $res->roomType?->name }}
@if ($res->room)
Room {{ $res->room->room_number }}
@endif
|
{{ $res->status_label }} | ${{ number_format($res->total_amount, 2) }} |