@extends('layouts.reports') @section('title') Hotel | {{ __('reports.hotel.statisticalReports.ingresos.revenues_per_month') }} @endsection @section('content') {{-- Control Environment --}} @php use App\Helpers\Environment\SystemFeaturesHelper; $has_itemized_taxes_reports = SystemFeaturesHelper::getFeatureStatus('itemized_taxes_reports'); @endphp {{-- Content --}}
{{-- Header --}}
{{-- Action & Titles --}}
{{-- Buttons --}}
{{-- Go Back --}} {{-- Print --}} {{-- Download as CSV --}} {{-- Tax Breakdown --}} @if ($has_itemized_taxes_reports) @include('shared.utils.report-complements.hotel-grouped-tax-breakdown-dropdown') @endif
{{-- Title --}}
{{ __('reports.hotel.statisticalReports.ingresos.revenues_per_month') }}
{{-- Filter Form --}}
{{-- Year --}}
{{ __('reports')['hotel']['common']['filter_by_year'] }}
{{-- Submit --}}
{{-- Title for Print --}}

{{ __('reports.hotel.statisticalReports.ingresos.revenues_per_month') }}

{{-- Table --}}
{{-- Header --}} {{-- Footer --}} {{-- Title --}} {{-- Lodging --}} {{-- Consumption --}} {{-- Extras --}}
{{ __('neutral_words')['month'] }} Total ({{ __('reports')['hotel']['common']['lodging'] }}) Total ({{ __('reports')['hotel']['common']['consumption'] }}) Total ({{ __('reports')['hotel']['common']['extras'] }})
{{ __('reports')['hotel']['common']['totals'] }}
0.00
0.00
0.00
@endsection