@extends('layouts.reports') @section('title') Hotel | {{ __('reports.hotel.statisticalReports.ingresos.revenues_per_period') }} @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') }}
{{-- Filter Form --}}
{{-- From --}}
{{ __('reports')['hotel']['common']['from'] }}
{{-- To --}}
{{ __('reports')['hotel']['common']['to'] }}
{{-- Submit --}}
{{-- Title for Print --}}

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

{{-- Summary Table --}} @include('hotel.reports.shared.tax-summary-card', [ 'card_width' => 60, 'show_general_total' => false, 'title_card' => __('reports')['hotel']['statisticalReports']['incomes']['title'], ]) {{-- Table --}}
{{ __('entities')['hotel']['reservation'] }} {{ __('reports')['hotel']['common']['payments'] }} Total
{{ __('entity_fields')['common']['date'] }} Folio {{ __('entity_fields')['reservation']['client'] }} {{ __('entity_fields')['reservation']['room'] }} {{ __('reports')['hotel']['common']['income_type'] }} {{ __('reports')['hotel']['common']['income'] }} {{ __('entity_fields')['common']['payment_method'] }}
{{ __('reports')['hotel']['common']['total'] }}
@endsection