Bookings
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@foreach ($roomsrequests as $k => $roomsrequest)
{{-- --}}
{{-- --}}
{{-- --}}
@endforeach
| Id | Name | Room Name | Nationality | Check In | Check Out | Message | Action | |
---|---|---|---|---|---|---|---|---|---|
{{ $k + 1 }} | {{ $roomsrequest->first_name }} | {{ $roomsrequest->room }} | {{ $roomsrequest->country }} | {{ $roomsrequest->checkin }} | {{ $roomsrequest->checkout }} | {{ $roomsrequest->email }} |
{{ $roomsrequest->special_arrangments }} |
{{--
--}}
Restore
|