@section('custom_style') @endsection

{{__('obs.room')}} {{__('obs.information')}}

{{-- Tax related --}}
{{__('obs.vat')}} {{__('obs.value')}} : @foreach(getTaxes(array(1)) as $val)
id,$vat_tax_transactions)) checked @endif @endisset @empty($row_id) @if($val->flag == 1) checked @endif @endempty>
@isset($row_id) @if(in_array($val->id,$vat_tax_transactions)) @endif @endisset @endforeach
{{__('obs.vat')}} {{__('obs.type')}} :
tax_type == 1) checked @endif @endisset @empty($row_id) checked @endempty />
tax_type == 2) checked @endif @endisset />
@include('frontdesk.common.get_vacant_room_report') @empty($row_id) @endempty
{{-- Allotment related --}}
@isset($allotment_id)
@php $current_checkin_qty = $allotment_info->get_checkin_info->where('check_in_status',1)->count(); @endphp
{{__('obs.alloted')}} {{__('obs.room')}}: {{ $allotment_info->get_rooms->count() }} {{__('obs.current')}} {{__('obs.check_in')}} {{__('obs.qty')}}: {{ $current_checkin_qty }}
{{__('obs.available')}} : {{ count($allotment_info->get_rooms) -$current_checkin_qty }} {{__('obs.last')}} {{__('obs.date')}}: {{ date('d-m-Y', strtotime($allotment_info->end_date)) }}
@endisset
{{-- When Create | Options for check in (Modal open button) --}} @empty($row_id)
{{--
--}}
@endempty {{-- Common information for check in --}} @include('frontdesk.common.common_room_details_info') {{-- Room Details --}}
@if ($resv_type == 1) @else @endif @if ($resv_type != 1) @endif @isset($row_id) @foreach ($booking_info->get_checkin_info as $list) @php // $i = ($resv_type == 1 ? $list->room_id : $list->bed_id); $i = $list->id; @endphp @if ($resv_type != 1) @endif @endforeach @endisset @isset($from_deshboard) @foreach ($added_rooms as $list) @php $i = $list->id @endphp @if($resv_type != 1) @endif @endforeach @endisset
{{__('obs.room')}} {{__('obs.n_o')}}{{__('obs.bed')}} {{__('obs.n_o')}}{{__('obs.room')}} {{__('obs.n_o')}}{{__('obs.voucher')}} {{__('obs.number')}} {{__('obs.room')}} {{__('obs.type')}} {{__('obs.night')}} {{__('obs.t_o')}} {{__('obs.date')}} {{__('obs.rent')}} {{__('obs.total')}} {{__('obs.amount')}} {{__('obs.remarks')}}
{{$list->get_room_info->room_number}} tax_type == 2) value="{{$list->rent}}" @else value="{{$list->rent+$list->vat}}" @endif onkeyup="calTotalOnRateChange(this)" class="form-control input_shadow new_common_rate 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>
{{ $list->getBedPlanningsOne ? $list->getBedPlanningsOne->getRoom->room_number : $list->room->room_number }}
{{-- Available Room Modal --}} @section('script') @endsection