@extends('layouts.reports') @section('title') Hotel | {{ __('reports.hotel.statisticalReports.ingresos.day_balance') }} @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.day_balance') }}
{{-- Title for Print --}}

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

{{ date("Y-m-d") }}

{{-- Summary Table --}} @include('hotel.reports.shared.tax-summary-card', [ 'card_width' => 80, 'show_general_total' => true, 'title_card' => __('reports')['hotel']['statisticalReports']['incomes']['day_summary'], ]) {{-- Table --}}
{{ __('entities')['hotel']['reservation'] }} {{ __('reports')['hotel']['common']['lodging'] }} {{ __('reports')['hotel']['common']['consumption'] }} {{ __('reports')['hotel']['common']['extras'] }}
Folio {{ __('entity_fields')['reservation']['client'] }} {{ __('entity_fields')['reservation']['room'] }} {{ __('entity_fields')['reservation']['contract'] }} {{ __('reports')['hotel']['common']['rate'] }} {{ __('reports')['hotel']['common']['paid'] }} {{ __('entity_fields')['reservation']['contract'] }} {{ __('reports')['hotel']['common']['rate'] }} {{ __('reports')['hotel']['common']['paid'] }} {{ __('entity_fields')['reservation']['contract'] }} {{ __('reports')['hotel']['common']['rate'] }} {{ __('reports')['hotel']['common']['paid'] }}
@endsection