@extends('layouts.reports') @section('title') Hotel | {{ __('reports.hotel.statisticalReports.reservas.common_reservation_sources') }} @endsection @section('content') {{-- Content --}}
{{-- Header --}}
{{-- Buttons --}}
{{-- Go Back --}}   {{-- Print --}}   {{-- Download as CSV --}}
{{-- Title --}}
{{ __('reports.hotel.statisticalReports.reservas.common_reservation_sources') }}
{{-- Title for Print --}}

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

{{-- Table --}}
{{ __('entity_fields')['reservation']['source'] }} {{ __('reports')['hotel']['common']['quantity'] }} {{ __('reports')['hotel']['common']['percentage'] }}
@endsection