@extends('layouts.reports') @section('title') Hotel | {{ __('reports.hotel.statisticalReports.ingresos.balances_per_period') }} @endsection @section('content') {{-- Control Environment --}} @php use App\Helpers\Environment\SystemFeaturesHelper; $has_itemized_taxes_reports = SystemFeaturesHelper::getFeatureStatus('itemized_taxes_reports'); @endphp {{-- Content --}}
| {{ __('entities')['hotel']['reservation'] }} | {{ __('reports')['hotel']['common']['lodging'] }} | {{ __('reports')['hotel']['common']['consumption'] }} | {{ __('reports')['hotel']['common']['extras'] }} | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ID | {{ __('entity_fields')['reservation']['client'] }} | Checkout | {{ __('reports')['hotel']['common']['attended_by'] }} | {{ __('entity_fields')['reservation']['contract'] }} | {{ __('reports')['hotel']['common']['balance'] }} | {{ __('reports')['hotel']['common']['paid'] }} | {{ __('entity_fields')['reservation']['contract'] }} | {{ __('reports')['hotel']['common']['balance'] }} | {{ __('reports')['hotel']['common']['paid'] }} | {{ __('entity_fields')['reservation']['contract'] }} | {{ __('reports')['hotel']['common']['balance'] }} | {{ __('reports')['hotel']['common']['paid'] }} |
| {{ __('reports')['hotel']['common']['totals'] }} | {{-- Lodging --}}
0.00
|
{{-- Consumption --}}
0.00
|
{{-- Extras --}}
0.00
|
|||||||||