@extends('frontdesk.layouts.master_fullwidth') @section('custom_style') @endsection @section('content')
| Sl | Resv.Code | Agent | Room/Bed | Qty | Date | Expected Check in Date | Status | Action | |
|---|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$rsb->resv_code}} | @if($rsb->get_agent_info){{$rsb->get_agent_info->name_eng}}@endif | @if($rsb->type == 1) Room @else Bed @endif | {{ $rsb->get_booking_details->sum('qty') }} | {{date('d-m-Y',strtotime($rsb->date))}} | {{date('d-m-Y',strtotime($rsb->get_booking_details->sortBy('start_date')->first()->start_date))}} | {{--{{$rsb->get_booking_details->groupBy('start_date')->sort()}} | --}}{{booking_status($rsb->booking_status)}} | @if(checkAuthPermission('frontdesk.booking.print')) @endif @if($rsb->booking_status == 1) {{-- --}} @if(checkAuthPermission('frontdesk.booking.cancel_request_send')) @endif @if(checkAuthPermission('frontdesk.booking.edit')) @endif @if(checkAuthPermission('frontdesk.check_in.by_room.from_booking')) @endif @endif {{-- Details --}} |
| No Booking With This Filter | |||||||||