|
|
Applicant Name | {{--Guest Name | --}}Booked On |
|
|
|
|
|---|---|---|---|---|---|---|---|
|
|
{{ ucwords($booking->user->name) }} | {{--{{ optional($booking->guest)->guest_name ?? 'N/A' }}ff | --}}{{ date_format($booking->created_at, 'd/M/y') }} | {{ date_format($booking->booking_from, 'd-M-Y') }} | {{ date_format($booking->booking_to, 'd-M-Y ') }} | @if($booking->booking_status=='accepted') {{ ucwords($booking->booking_status) }} @elseif($booking->booking_status=='rejected') {{ ucwords($booking->booking_status) }} @elseif($booking->booking_status=='checked_in') {{ ucwords($booking->booking_status) }} @else {{ ucwords($booking->booking_status) }} @endif | @if($booking->follow_up=='yes') YES @else NO @endif |
No Booking Found! | |||||||