@php
use \App\Helpers\Formats\FormatCurrencyHelper;
@endphp
{{-- Header --}}
{{-- Separator --}}
{{-- Titles --}}
{{ $reservation_ticket['charges'] }}
{{-- Content --}}
{{ $reservation_ticket['room_type_col'] }}
{{ $reservation_ticket['room_col'] }}
@if ($reservation->is_express)
{{ $reservation_ticket['lodging_hourly_price'] }}
@else
{{ $reservation_ticket['lodging_nightly_price'] }}
@endif
Total