@extends('layouts.reports') @section('title') Hotel | {{ __('reports.hotel.statisticalReports.ingresos.revenues_per_period_and_room_type') }} @endsection @section('content') {{-- Control Environment --}} @php use App\Helpers\Environment\SystemFeaturesHelper; $has_itemized_taxes_reports = SystemFeaturesHelper::getFeatureStatus('itemized_taxes_reports'); @endphp {{-- Special Styles --}} {{-- 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_period_and_room_type') }}
{{-- Filter Form --}}
{{-- From --}}
{{ __('reports')['hotel']['common']['from'] }}
{{-- To --}}
{{ __('reports')['hotel']['common']['to'] }}
{{-- Submit --}}
{{-- Title for Print --}}

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

{{-- Summary Table --}} @include('hotel.reports.shared.tax-summary-card', [ 'card_width' => 60, 'show_general_total' => false, 'title_card' => __('reports')['hotel']['statisticalReports']['incomes']['title'], ]) {{-- Table --}}
{{ __('entity_fields')['common']['date'] }} {{ __('reports')['hotel']['statisticalReports']['incomes']['room_count'] }} {{ __('reports')['hotel']['statisticalReports']['incomes']['income_by_payment_method'] }}
{{ __('modules')['dashboard']['hotel']['room_types'] }} {!! __('reports')['hotel']['statisticalReports']['incomes']['occupied_rooms'] !!} {{ __('reports')['hotel']['common']['lodging'] }} {{ __('reports')['hotel']['common']['consumption'] }} {{ __('reports')['hotel']['common']['extras'] }} Total
{{ __('reports')['hotel']['common']['total'] }}
@endsection