@isset($row_id)
@foreach ($booking_info->get_checkin_info as $i=>$list)
|
|
|
@if ($resv_type != 1)
{{--
{{$list->get_room_info->room_number}}
| --}}
@endif
|
|
|
|
tax_type == 2) value="{{$list->rent}}" @else value="{{$list->rent+$list->vat}}" @endif onkeyup="calTotalOnRateChange(this)" class="form-control input_shadow all_b_rent b-rent-{{$i}}">
tax_type == 2) value="{{$list->rent}}" @else value="{{$list->rent+$list->vat}}" @endif>
|
tax_type == 2) value="{{round(($list->rent*$list->qty),2)}}" @else value="{{round((($list->rent+$list->vat)*$list->qty),2)}}" @endif> |
|
@if($i == 0)
|
@else
|
@endif
@endforeach
@endisset