{{ __('hotel::modules.frontDesk.arrivalsToday') }}
{{ $arrivalsCount }}
{{ __('hotel::modules.frontDesk.departuresToday') }}
{{ $departuresCount }}
{{ __('hotel::modules.frontDesk.inHouse') }}
{{ $inHouseCount }}
{{ __('hotel::modules.frontDesk.occupancyRate') }}: {{ $occupancyRate }}%
{{ __('hotel::modules.frontDesk.occupancyRate') }}
{{ $occupancyRate }}%
{{ $reservation->reservation_number }}
{{ $reservation->primaryGuest->full_name }}
{{ $reservation->check_in_time ? Carbon\Carbon::parse($reservation->check_in_time)->format('g:i A') : __('hotel::modules.frontDesk.notAvailable') }}
{{ __('hotel::modules.frontDesk.noArrivalsScheduled') }}
{{ $reservation->reservation_number }}
{{ $reservation->primaryGuest->full_name }}
{{ $reservation->check_out_time ? Carbon\Carbon::parse($reservation->check_out_time)->format('g:i A') : __('hotel::modules.frontDesk.notAvailable') }}
{{ __('hotel::modules.frontDesk.noDeparturesScheduled') }}
{{ $stay->room?->room_number ?? $stay->room?->name ?? __('app.notAvailable') }}
{{ $stay->room?->roomType?->name ?? __('app.notAvailable') }}
{{ __('app.notAvailable') }}