{{ $guest->guest_number }} · {{ $guest->guest_type_label }} · {{ $history['total_stays'] }} prior {{ \Illuminate\Support\Str::plural('stay', $history['total_stays']) }}
No reservations yet.
@else| Confirmation | Stay | Room | Status | Total |
|---|---|---|---|---|
| {{ $res->confirmation_number }} | {{ $res->check_in_date->format('d M Y') }} → {{ $res->check_out_date->format('d M Y') }} ({{ $res->nights }}n) | {{ $res->roomType?->name ?? '—' }} | {{ $res->status_label }} | ${{ number_format($res->total_amount, 2) }} |
{{ $guest->notes }}