@extends('frontdesk.layouts.master_fullwidth') @section('content')
@include("frontdesk.share.fd_booking_rightside_quick_access")
Day Adjust
@csrf
{{--
@include("frontdesk.share.fd_booking_leftside_quick_access")
--}}
Check In Code: {{$booking_info->checkin_code}}
tax_type == 1) checked @endif @endisset /> Including tax_type == 2) checked @endif @endisset /> Excluding
@foreach(getTaxes(array(1)) as $val) id, $vat_tax_transactions)) checked @endif @endisset /> @endforeach @if($booking_info->type == 1) @else @endif {{-- @if($booking_info->type != 1) @endif --}} @forelse ($checkin_details as $key=>$cd) @empty @endforelse
Room NoBed NoRoom NoVou.Number From Date Total Night Type (+/-) Inc/Dcr To Date Rent Total Amount
@if($booking_info->type == 1) @else @endif @php $checkin_time = get_checkin_time(1); //this hotel checkin time with consider time $current_time = date("H:i:s"); //echo "test-".$current_time; //echo "test2-".$checkin_time; if($checkin_time>$current_time){ //if customer want to checkout before day start $inc_day = 0; }else{ $inc_day = 1; } // if(!empty($_GET["id"]) && $_GET["id"] == 44){ // $inc_day = 0; // } $date1=date_create(date('Y-m-d')); //current date $date2=date_create($cd->start_date_time); //start date (this room) $diff=date_diff($date1,$date2); $inc_desc_days = $cd->qty-($diff->format("%a")+$inc_day) @endphp tax_type == 2) value="{{$cd->rent}}" @else value="{{$cd->rent+$cd->vat}}" @endif>
No Room/Bed Found
Room Bill
@endsection @section('script') @endsection