{{-- Logo --}}
@if (Auth::user()->profile_photo === null)
@else
@endif
{{-- Titulo --}}
@if($hotel->business_name != '')
{{$hotel->business_name}}
@endif
- {{ __('tickets')['hotel']['consumption_tickets']['title'] }} -
{{-- Detalles Generales --}}
{{ __('tickets')['hotel']['consumption_tickets']['reservation'] }} {{ $reservation->id }}
{{ __('tickets')['hotel']['consumption_tickets']['date'] }} {{ $reservation->date_entry }}
@if($hotel->business_address != '')
{{ __('tickets')['hotel']['consumption_tickets']['address'] }} {{$hotel->business_address}}
@endif