{{ store_info()->name_eng }}

{{ store_info()->address_eng }}
{{ store_info()->email }}
{{ store_info()->contact_info }}
{{__('obs.checkout_time')}}

{{ $store_info->check_in_time }}

@if (checkAuthPermission('frontdesk.hotel_check_in_checkout_info_edit')) @endif
{{__('obs.checkout_consider_time')}}

{{ $store_info->check_in_consider_time }} {{__('obs.minutes')}}

{{__('obs.can_checkout_without_bill')}}

{{ $store_info->check_out_consider_time }} {{__('obs.minutes')}}

{{--
--}}

{{__('obs.charts')}}

@include('frontdesk.dashboard.loader')

{{__('obs.summary')}}

{{__('obs.total')}}
{{--

{{ $room_and_bed->where('type', 1)->count() }}

--}}

{{__('obs.rooms')}}

{{--

{{ $room_and_bed->where('type', 2)->count() }}

--}}
{{__('obs.beds')}}
{{__('obs.occupied')}}
{{--

{{ $checkin_room->where('allotment_id', 0)->where('bed_id', 0)->where('check_in_status', 1)->where('check_in_time', '<', date('Y-m-d'))->count() }}

--}}

{{__('obs.rooms')}}
{{--

{{ $checkin_room->where('allotment_id', 0)->where('bed_id', '!=', 0)->where('check_in_status', 1)->where('check_in_time', '<', date('Y-m-d'))->count() }}

--}}

{{__('obs.beds')}}
{{__('obs.vacant')}}
{{--

{{ $room_and_bed->where('type', 1)->where('room_clean_status', 1)->count() }}

--}}

{{__('obs.rooms')}}
{{--

{{ $room_and_bed->where('type', 2)->where('room_clean_status', 1)->count() }}

--}}

{{__('obs.beds')}}
{{__('obs.dirty')}}/{{__('obs.out_of_order')}}
{{--

{{ $room_and_bed->where('type', 1)->where('room_clean_status', 3)->count() }}

--}}

{{__('obs.dirty')}}
{{--

{{ $room_and_bed->where('type', 1)->where('room_clean_status', 4)->count() }}

--}}

{{__('obs.out_of_order')}}
{{__('obs.check_in')}} {{__('obs.today')}}
@php $today_last_second = date('Y-m-d') . ' 23:59:59'; $today_first_second = date('Y-m-d') . ' 00:00:00'; @endphp {{--

{{ $checkin_room->where('allotment_id', 0)->where('bed_id', 0)->where('check_in_status', 1)->whereBetween('check_in_time', [$today_first_second, $today_last_second])->count() }}

--}}

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

{{ $checkin_room->where('allotment_id', 0)->where('bed_id', '!=', 0)->where('check_in_status', 1)->whereBetween('check_in_time', [$today_first_second, $today_last_second])->count() }}

--}}

{{__('obs.bed')}}
{{__('obs.possible_checkin')}}
{{--

{{ $booking_room->where('get_booking_info.type', 1)->count() }}

--}}

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

{{ $booking_room->where('get_booking_info.type', 2)->count() }}

--}}

{{__('obs.bed')}}
{{__('obs.allotted')}} {{__('obs.room')}} [...]
{{--

{{__('obs.total')}}
--}}

{{__('obs.check_in')}}

{{__('obs.vacant')}}
{{__('obs.possible')}} {{__('obs.checkout')}}
{{--

{{ $checkin_room->where('allotment_id', 0)->where('bed_id', 0)->where('check_in_status', 1)->where('end_date_time', '<', today())->count() }}

--}}

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

{{ $checkin_room->where('allotment_id', 0)->where('bed_id', '!=', 0)->where('check_in_status', 1)->where('end_date_time', '<', today())->count() }}

--}}

{{__('obs.bed')}}
{{__('obs.waiting_for_delivery')}}
{{__('obs.waiting_for_acknowledgement')}}
@if(checkAuthPermission('frontdesk.fr_dashboard.get_balance') && false)
{{__('obs.booking_balance')}}

{{__('obs.checkin_balance')}}

{{__('obs.checkout_balance')}}

@endif
{{-- ZATCA --}}
@include('frontdesk.dashboard.possible_checkout_rooms') @include('frontdesk.dashboard.shortcut_modal')