@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 --}}
| {{ __('neutral_words')['month'] }} | Total ({{ __('reports')['hotel']['common']['lodging'] }}) | Total ({{ __('reports')['hotel']['common']['consumption'] }}) | Total ({{ __('reports')['hotel']['common']['extras'] }}) |
|---|---|---|---|
| {{ __('reports')['hotel']['common']['totals'] }} | {{-- Lodging --}}
0.00
|
{{-- Consumption --}}
0.00
|
{{-- Extras --}}
0.00
|