@php use \App\Helpers\Formats\FormatCurrencyHelper; @endphp {{-- Header --}} {{-- Separator --}} {{ $reservation_ticket['charges'] }} {{-- Titles --}} {{ $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 {{-- Content --}} {{-- TODO: Implement foreach --}} Suite 205 {{ FormatCurrencyHelper::formatCurrency(0.00) }} {{ FormatCurrencyHelper::formatCurrency(0.00) }}