{{ $business->business_name ?? '—' }}
@if (isset($business->tax_id) && !is_null($business->tax_id)){{ $business->tax_id }}
@endif{{ $business->business_address }}
{{ config('mail.hotel_address') }} | {{ $business->business_phone }}
{{ $reservation_ticket['entry_date'] }} {{ $reservation->date_entry }} @if($has_control_hours ?? false) {{ __('neutral_words')['at'] }} {{ $reservation->hour_entry }} @endif
{{ $reservation_ticket['departure_date'] }} {{ $reservation->date_departure }} @if($has_control_hours ?? false) {{ __('neutral_words')['at'] }} {{ $reservation->hour_departure }} @endif@if ($reservation->source_id != "3") {{ $reservation_ticket['reservation_source'] }} {{ $reservation->source->source_name }} @else {{ $reservation_ticket['agency'] }} {{ $reservation->agency->agency_name }} @endif
{{ $reservation_ticket['payment_status'] }} @switch($reservation->payment_status) @case('#fd2319') @default {{ __('neutral_words')['due'] }} @break @case('#ffcf00') {{ __('neutral_words')['advance'] }} @break @case('#37f00f') {{ __('neutral_words')['paid'] }} @break @endswitch| {{ $reservation_ticket['lodging_charges'] }} | ||||
|---|---|---|---|---|
| {{ $reservation_ticket['charges'] }} | ||||
| {{ $reservation_ticket['date'] }} | {{ $reservation_ticket['description'] }} | @if ($reservation->is_express){{ $reservation_ticket['rate_price'] }} | @else{{ $reservation_ticket['lodging_nightly_price'] }} | @endifTotal |
| {{ $reservation->date_entry }} |
{{ $reservation_ticket['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
@if ($has_pax_pricing) @php $total_pax = (int) $reservation->number_adults; if ($reservation->include_children_in_pax) $total_pax += $reservation->number_children; @endphp ({{ $total_pax }} pax) @endif |
{{ FormatCurrencyHelper::formatCurrency($reservation->final_price) }} | {{ FormatCurrencyHelper::formatCurrency($reservation->total_price) }} | |
| {{ $reservation_ticket['payments'] }} | ||||
| {{ $reservation_ticket['date'] }} | {{ $reservation_ticket['concept'] }} | {{ $reservation_ticket['payment_method'] }} | {{ $reservation_ticket['amount'] }} | |
| {{ $payment->payment_date->format('Y-m-d H:i') }} | {{ $payment->payment_concept }} | {{ $payment->payment_method }} | {{ FormatCurrencyHelper::formatCurrency($payment->payment_price) }} | |
| {{ $reservation_ticket['amount_paid'] }} | {{ FormatCurrencyHelper::formatCurrency( number_format($lodging_total_payments, 2) ) }} | |
| {{ $reservation_ticket['due_balance'] }} | {{ FormatCurrencyHelper::formatCurrency( number_format($lodging_remaining_balance, 2) ) }} |
| {{ $reservation_ticket['consumption_charges'] }} | ||
|---|---|---|
| {{ $reservation_ticket['charges'] }} | ||
| {{ $reservation_ticket['date'] }} | {{ $reservation_ticket['description'] }} | Total |
| {{ $c->consumption_date->format('Y-m-d H:i') }} | {{ $c->consumption_concept }} | {{ FormatCurrencyHelper::formatCurrency($c->consumption_price) }} |
| {{ $reservation_ticket['total_charge'] }} | {{ FormatCurrencyHelper::formatCurrency( number_format($consumption_total_charges, 2) ) }} |
| {{ $reservation_ticket['payments'] }} | |||
|---|---|---|---|
| {{ $reservation_ticket['date'] }} | {{ $reservation_ticket['concept'] }} | {{ $reservation_ticket['payment_method'] }} | {{ $reservation_ticket['amount'] }} |
| {{ $payment->payment_date->format('Y-m-d H:i') }} | {{ $payment->payment_concept }} | {{ $payment->payment_method }} | {{ FormatCurrencyHelper::formatCurrency($payment->payment_price) }} |
| {{ $reservation_ticket['amount_paid'] }} | {{ FormatCurrencyHelper::formatCurrency( number_format($consumption_total_payments, 2) ) }} | |
| {{ $reservation_ticket['due_balance'] }} | {{ FormatCurrencyHelper::formatCurrency( number_format($consumption_remaining_balance, 2) ) }} |
| {{ $reservation_ticket['extra_charges'] }} | ||
|---|---|---|
| {{ $reservation_ticket['charges'] }} | ||
| {{ $reservation_ticket['date'] }} | {{ $reservation_ticket['description'] }} | Total |
| {{ $e->extras_date->format('Y-m-d H:i') }} | {{ $e->extras_concept }} | {{ FormatCurrencyHelper::formatCurrency($e->extras_price) }} |
| {{ $reservation_ticket['total_charge'] }} | {{ FormatCurrencyHelper::formatCurrency( number_format($extra_total_charges, 2) ) }} |
| {{ $reservation_ticket['payments'] }} | |||
|---|---|---|---|
| {{ $reservation_ticket['date'] }} | {{ $reservation_ticket['concept'] }} | {{ $reservation_ticket['payment_method'] }} | {{ $reservation_ticket['amount'] }} |
| {{ $payment->payment_date->format('Y-m-d H:i') }} | {{ $payment->payment_concept }} | {{ $payment->payment_method }} | {{ FormatCurrencyHelper::formatCurrency($payment->payment_price) }} |
| {{ $reservation_ticket['amount_paid'] }} | {{ FormatCurrencyHelper::formatCurrency( number_format($extra_total_payments, 2) ) }} | |
| {{ $reservation_ticket['due_balance'] }} | {{ FormatCurrencyHelper::formatCurrency( number_format($extra_remaining_balance, 2) ) }} |
| {{ $reservation_ticket['total_amount'] }} | {{ FormatCurrencyHelper::formatCurrency(number_format($total_charges,2,'.',','), false) }} | |
|---|---|---|
| {{ $reservation_ticket['total_amount_paid'] }} | {{ FormatCurrencyHelper::formatCurrency(number_format($total_paid,2,'.',','), false) }} | |
| {{ $reservation_ticket['total_due_balance'] }} | {{ FormatCurrencyHelper::formatCurrency(number_format($remaining_balance,2,'.',','), false) }} |
{{ $reservation_ticket['notes']['signature'] }}