@php /* Control Variables */ $title = __('emails')['reservation_ticket']['title']." #".$reservation->id; $copyrightYear = date('Y'); /* Dynamic Variables */ $client = $reservation->client; /* Dynamic Lang */ $reservation_ticket = __('tickets')['hotel']['reservation_tickets']; @endphp Harsi Hoteleria | {{ $title }} {{-- Main Body --}}
{{ $business->business_name }} Logo
{{-- Saludo --}}

{{ __('emails')['reservation_ticket']['greetings'] }} {{ $client->client_name }},

{{-- Introducción --}}
@php $introduction_subject = str_replace( [':hotel'], [ $business->business_name ], __('emails')['reservation_ticket']['introduction_subject'] ); @endphp

{!! $introduction_subject !!}

{{-- Notas Adicionales --}}

{!! __('emails')['reservation_ticket']['introduction_notes'] !!}

{{-- Divisor --}}
{{-- Sección de Resumen --}}

{!! __('emails')['reservation_ticket']['summary_subject'] !!}

{{-- Detalles de la Estancia --}}
  • Folio: {{ $reservation->id }}
  • {{ __('entity_fields')['reservation']['date_entry_large'] }}: {{ $reservation->date_entry }} @if ($has_control_hours) {{ __('neutral_words')['at'] }} {{ $reservation->hour_entry }} @endif
  • {{ __('entity_fields')['reservation']['date_departure_large'] }}: {{ $reservation->date_departure }} @if ($has_control_hours) {{ __('neutral_words')['at'] }} {{ $reservation->hour_departure }} @endif
  • {{ __('emails')['reservation_ticket']['summary_items']['guest'] }}: {{ $reservation->number_adults }} {{ __('entity_fields')['reservation']['number_adults'] }} - {{ $reservation->number_children }} {{ __('entity_fields')['reservation']['number_children'] }}
  • {{ __('emails')['reservation_ticket']['summary_items']['lodging_description'] }}: @if ($reservation->is_express) {{ $reservation->number_hours }} {{ trans_choice($reservation_ticket['number_hours'], $reservation->number_hours) }} @elseif ($has_control_hours) {{ $reservation->number_nights }} {{ trans_choice($reservation_ticket['number_nights'], $reservation->number_nights) }}, {{ $reservation->number_hours }} {{ trans_choice($reservation_ticket['number_hours'], $reservation->number_hours) }} @else {{ $reservation->number_nights }} {{ trans_choice($reservation_ticket['number_nights'], $reservation->number_nights) }} @endif
  • {{ __('entity_fields')['common']['room_type'] }}: {{ $reservation->roomType->tr_name }}
  • {{ __('entity_fields')['reservation']['room'] }}: {{ $reservation->room->room_name }}
  • {{ __('entity_fields')['reservation']['regimen'] }}: {{ $reservation->regimen->regimen_name }}
{{-- Divisor --}}
{{-- Despedida --}}

{!! __('emails')['reservation_ticket']['farewell'] !!}

{{ $business->business_phone }}