@isset($row_id) {{-- Edit --}}
@php $i=0 @endphp
@foreach ($booking_room_details as $brd)
|
|
|
|
|
room_id != 0) && ($brd->room_id != null)) readonly @endif onkeyup="calToDate(this)" data-id="{{$i}}" name="room_qty[{{$i}}]" class="form-control input_shadow b-qty-{{$i}}" value="@if($brd->qty){{$brd->qty}}@endif" /> |
{{--
| --}}
|
|
{{-- @include('frontdesk.common.rate_code', ['info' => $brd]) --}}
|
|
|
|
@php $i++ @endphp
@endforeach
@endisset
@if($request_info) {{-- Booking request --}}
@php $i=0 @endphp
@foreach ($request_info->getDetails as $brd)
|
|
|
|
|
|
|
|
|
|
|
{{-- --}}
|
@php $i++ @endphp
@endforeach
@endif
@if(empty($row_id) && empty($request_info))
@for($i=0;$i<5;$i++)
|
|
|
|
|
|
{{--
| --}}
|
|
{{-- @include('frontdesk.common.rate_code') --}}
|
|
|
|
@endfor
@endif