{{-- Client - Room Summary - Hosting Control --}}
{{-- Client --}} {{-- Name --}}

{{ $reservation_ticket['guest_section'] }} {{ $reservation->client_reference }}

    {{-- Phone --}} @if (!in_array($reservation->client->client_phone, [null, __('neutral_words')['none_2']]))
  • {{ __('entity_fields')['common']['phone'] }}: {{ $reservation->client->client_phone }}
  • @endif {{-- Email --}} @if (!in_array($reservation->client->client_email, [null, __('neutral_words')['none_2']]))
  • {{ __('entity_fields')['common']['email'] }}: {{ $reservation->client->client_email }}
  • @endif {{-- Country --}} @if (!in_array($reservation->client->client_state, [null, __('neutral_words')['none_2']]))
  • {{ $reservation_ticket['guest_origin'] }} {{ strtolower($reservation->client->client_state) }}
  • @endif
{{-- Room Data --}} @if ($is_single_reservation) {{ $reservation_ticket['room_section'] }}
    {{-- Room Type --}}
  • {{ $reservation_ticket['room_type'] }} {{ $reservation->roomType->tr_name }}
  • {{-- Room --}}
  • {{ $reservation_ticket['room_number'] }} {{ $reservation->room->room_name }}
@endif {{-- Hosting Control --}} {{ $reservation_ticket['lodging_section'] }}
    {{-- Nights/Hours --}}
  • {{-- Stay --}} {{ $reservation_ticket['length_of_stay'] }} @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
  • {{-- Adults - Children --}}
  • {{-- PAX --}} {{ $reservation_ticket['adults'] }}{{ $reservation->number_adults }}  |  {{ $reservation_ticket['children'] }} {{ $reservation->number_children }}
{{-- Folio - Entry - Departure --}}
{{-- Folio --}}

{{ $reservation_ticket['internal_folio'] }} {{ $prefix_id }}{{ $reservation->id}}

{{-- Control Dates --}} {{-- Entry --}}

{{ $reservation_ticket['entry_date'] }} {{ $reservation->date_entry }} @if ($has_control_hours) {{ __('neutral_words')['at'] }} {{ $reservation->hour_entry }} @endif

{{-- Departure --}}

{{ $reservation_ticket['departure_date'] }} {{ $reservation->date_departure }} @if ($has_control_hours) {{ __('neutral_words')['at'] }} {{ $reservation->hour_departure }} @endif

{{-- Reservation Source --}}

@if ($reservation->source_id != "3") {{ $reservation_ticket['reservation_source'] }} {{ $reservation->source->source_name }} @else {{ $reservation_ticket['agency'] }} {{ $reservation->agency->agency_name }} @endif

{{-- Reservation Source --}}

{{ $reservation_ticket['payment_status'] }} {{ $reservation->payment_status_label }}