Name | Time | Location | Table | No of guests |
---|---|---|---|---|
{{ $todayBooking->first_name }} {{ $todayBooking->last_name }} | {{ $todayBooking->reservation_time }} | {{ $todayBooking->table_location }} | {{ $todayBooking->table_id }} | {{ $todayBooking->guest_number }} |
Name | Date | Time | Location | Table | No of guests |
---|---|---|---|---|---|
{{ $weekBookings->first_name }} {{ $weekBookings->last_name }} | {{ date('d/m/Y', strtotime($weekBookings->reservation_date)) }} | {{ $weekBookings->reservation_time }} | {{ $weekBookings->table_location }} | {{ $weekBookings->table_id }} | {{ $weekBookings->guest_number }} |