@extends('layouts.reports') @section('title') Hotel | {{ __('reports.hotel.statisticalReports.reservas.credit_per_period_and_payment_method') }} @endsection @section('content') {{-- Content --}}
{{-- Header --}}
{{-- Action & Titles --}}
{{-- Buttons --}}
{{-- Go Back --}} {{-- Print --}} {{-- Download as CSV --}}
{{-- Title --}}
{{ __('reports.hotel.statisticalReports.reservas.credit_per_period_and_payment_method') }}
{{-- Filter Form --}}
{{-- Year --}}
{{ __('reports')['hotel']['common']['from'] }}
{{-- Month --}}
{{ __('reports')['hotel']['common']['to'] }}
{{-- Submit --}}
{{-- Title for Print --}}

{{ __('reports.hotel.statisticalReports.reservas.credit_per_period_and_payment_method') }}

{{-- Table --}}
{{ __('entities')['hotel']['reservation'] }} {{ __('reports')['hotel']['common']['lodging'] }} ({{ __('reports')['hotel']['common']['balance'] }})
ID {{ __('entity_fields')['reservation']['client'] }} {{ __('entity_fields')['reservation']['source'] }} Check-In Check-Out {{ __('entity_fields')['reservation']['regimen'] }} {{ __('reports')['hotel']['common']['agreed'] }} {{ __('reports')['hotel']['common']['credited'] }} {{ __('reports')['hotel']['common']['outstanding'] }}
{{ __('reports')['hotel']['common']['total'] }}
@endsection