| Reservation For: |
{{ $reservation->reservation_for ?? '-' }} |
| Affiliated Club: |
{{ $reservation->affiliatedClub->club_name ?? '-' }} |
| Name: |
{{ $reservation->name ?? '-' }} |
| Check-In Date: |
{{ $reservation->check_in_date ?? '-' }} |
| Check-Out Date: |
{{ $reservation->check_out_date ?? '-' }} |
| Room Type: |
{{ $reservation->room_type ?? '-' }} |
| No. of Rooms: |
{{ $reservation->no_of_rooms ?? '-' }} |
| No. of Pax: |
{{ $reservation->no_of_pax ?? '-' }} |
| Membership No: |
{{ $reservation->membership_no ?? '-' }} |
| Contact No: |
{{ $reservation->contact_no ?? '-' }} |
| Email: |
{{ $reservation->email ?? '-' }} |
| Remarks: |
{{ $reservation->remarks ?? '-' }} |