@php use \App\Helpers\Formats\FormatCurrencyHelper; @endphp
| {{ $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) }} |