@extends('layouts.reports') @section('title') Hotel | {{ __('reports.hotel.statisticalReports.reservas.occupation_per_month') }} @endsection @section('content') {{-- Imports --}} @php use \App\Helpers\Environment\SystemFeaturesHelper; $has_express_reservations = SystemFeaturesHelper::getFeatureStatus('express_reservations'); @endphp {{-- Content --}}
{{-- Header --}}
{{-- Action & Titles --}}
{{-- Buttons --}}
{{-- Go Back --}} {{-- Print --}} {{-- Download as CSV --}}
{{-- Title --}}
{{ __('reports.hotel.statisticalReports.reservas.occupation_per_month') }}
{{-- Filter Form --}}
{{-- Month --}}
{{-- Year --}}
{{-- Room Stay Type --}}
{{-- Submit --}}
{{-- Title for Print --}}

{{ __('reports.hotel.statisticalReports.reservas.occupation_per_month') }} ()

{{-- Table --}}
{{ __('entity_fields')['common']['room_type'] }} {{ __('entity_fields')['reservation']['number_nights'] }} {{ __('reports')['hotel']['common']['percentage'] }} %
@endsection