| Description | Amount |
|---|---|
|
Water Consumption Charges From {{ number_format($billing->previous_reading, 2) }} cu.m to {{ number_format($billing->current_reading, 2) }} cu.m Total Units: {{ number_format($billing->units_consumed, 2) }} cu.m |
{{ $companyCurrency ?? '₱' }} {{ number_format($billing->subtotal, 2) }} |
| Subtotal | {{ $companyCurrency ?? '₱' }} {{ number_format($billing->subtotal, 2) }} |
| Tax | {{ $companyCurrency ?? '₱' }} {{ number_format($billing->tax, 2) }} |
| Other Charges | {{ $companyCurrency ?? '₱' }} {{ number_format($billing->other_charges, 2) }} |
| Penalties | {{ $companyCurrency ?? '₱' }} {{ number_format($billing->penalties, 2) }} |
| TOTAL AMOUNT DUE | {{ $companyCurrency ?? '₱' }} {{ number_format($billing->total_amount_due, 2) }} |
| Amount if paid on/before {{ $billing->due_date->format('M d, Y') }} | {{ $companyCurrency ?? '₱' }} {{ number_format($billing->total_amount_due, 2) }} |
| AMOUNT AFTER DUE DATE includes {{ $companyCurrency ?? '₱' }} {{ number_format($projectedLateFee, 2) }} late payment fee |
{{ $companyCurrency ?? '₱' }} {{ number_format($billing->total_amount_due + $projectedLateFee, 2) }} |
| Amount Paid | {{ $companyCurrency ?? '₱' }} {{ number_format($billing->amount_paid, 2) }} |
| Balance | {{ $companyCurrency ?? '₱' }} {{ number_format($billing->balance, 2) }} |