@extends('frontdesk.layouts.master_fullwidth') @section('custom_style') @endsection @section('content')
| Sl | Resv.Code | Agent | Room/Bed | Date | Expected Check in Date | Action | ||
|---|---|---|---|---|---|---|---|---|
| {{$key+1}} | {{$rsb->resv_code}} | {{--{{$rsb->allotment_id}} | --}}{{$rsb->get_agent_info->name_eng}} | @if($rsb->type == 1) Room @else Bed @endif | {{$rsb->date}} |
@foreach ($rsb->get_booking_details as $rsb_info)
{{$rsb_info->start_date}} @endforeach |
{{-- {{$rsb->get_booking_details->id}} | --}}