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

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

{{-- Summary Table --}}
{{ __('reports')['hotel']['statisticalReports']['reservations']['check_ins_completed'] }}:
{{-- Table --}}
Folio {{ __('neutral_words')['month'] }} Check-in Check-out {{ __('entity_fields')['common']['room_type'] }} {{ __('entity_fields')['reservation']['room'] }} {{ __('entity_fields')['common']['receptionist'] }}
@endsection