Dear {{ $client->name }},
Our records show that your water service account has an outstanding unpaid balance. Despite the due date{{ $unpaidBillings->count() > 1 ? 's' : '' }} having passed, we have not received full payment for the following billing statement{{ $unpaidBillings->count() > 1 ? 's' : '' }}:
| Billing No. | Billing Period | Due Date | Amount Due | Penalties | Balance |
|---|---|---|---|---|---|
| {{ $unpaid->billing_number }} | {{ $unpaid->billing_date?->format('M Y') ?? '—' }} | {{ $unpaid->due_date?->format('M d, Y') ?? '—' }} | ₱{{ number_format($unpaid->total_amount_due, 2) }} | ₱{{ number_format($unpaid->penalties, 2) }} | ₱{{ number_format($unpaid->balance, 2) }} |
| TOTAL AMOUNT DUE | ₱{{ number_format($totalOutstanding, 2) }} | ||||
To avoid the inconvenience of service interruption, please settle your account immediately at our office{{ $company->address ? ' located at ' . $company->address : '' }}. @if($company->reconnection_fee_enabled && $company->reconnection_fee_amount > 0) Should the service be disconnected, a reconnection fee of ₱{{ number_format($company->reconnection_fee_amount, 2) }} will be charged in addition to the outstanding balance before the service is restored. @endif
If you have already settled this account, please disregard this notice and accept our thanks. For questions or payment arrangements, please contact us @if($company->phone) at {{ $company->phone }} @endif before the disconnection date.
This is an official notice issued by {{ $company->name }}. Payments made after the printing of this notice may not yet be reflected. Notice Ref: NOD-{{ $billing->id }}-{{ now()->format('Ymd') }}