← Back to Disconnections 🧾 Thermal Version
@if($company->logo_path && ($settings?->show_logo_on_pdf ?? true)) {{ $company->name }} @endif
{{ $company->name }}
{{ $company->address }}
@if($company->phone) Tel: {{ $company->phone }} @endif @if($company->email) | Email: {{ $company->email }} @endif
Date: {{ now()->format('F d, Y') }}
Notice Ref: NOD-{{ $billing->id }}-{{ now()->format('Ymd') }}
NOTICE OF DISCONNECTION
To: {{ $client->name }}
Address: {{ $client->full_address ?: '—' }}
Account No.: {{ $client->account_number }}
Meter No.: {{ $client->meter_number ?? '—' }}

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' : '' }}:

@foreach($unpaidBillings as $unpaid) @endforeach
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) }}
Unless the total amount due is settled, your water service is scheduled for DISCONNECTION on {{ $disconnectionDate?->format('F d, Y') ?? 'the date indicated on your billing statement' }}.

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.

Authorized Representative
{{ $company->name }}
Received by (Signature over Printed Name / Date)
@if ($settings?->disconnection_footer_text)
{{ $settings->disconnection_footer_text }}
@endif

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') }}