{{ strtoupper(session('company_name')) }}
{{ strtoupper(session('branch_name')) }}
Account Deactivation Final Bill Summary
{{ date_format(date_create($date_from), 'M d, Y') }} to {{ date_format(date_create($date_to), 'M d, Y') }}
| Date Posted | Reference | Account No | Customer Name | Class | Bill Period | Bill Number | Bill Amount | Others | @if (session("septage_fee") == 1)Septage | @endif @if (session("meter_charges") == 1)M. Charges | @endif @if (session("franchise_tax") == 1)F. Tax | @endifTotal Due | Partial | Senior | Penalty | Balance | Due Date | Amt After Due |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ date_format(date_create($d->posted_at), 'm/d/Y') }} | {{ $d->reference_no }} | {{ $d->acct_number }} | {{ $d->customer_name }} | {{ $d->class }} | {{ sprintf('%02d', $d->bill_month) }}-{{ $d->bill_year }} | {{ $d->bill_number }} | {{ number_format((float)$d->bill_amount, 2,".",",") }} | {{ number_format((float)$d->others, 2,".",",") }} | @if (session("septage_fee") == 1){{ number_format((float)$d->septage_fee, 2,".",",") }} | @endif @if (session("meter_charges") == 1){{ number_format((float)$d->meter_charges, 2,".",",") }} | @endif @if (session("franchise_tax") == 1){{ number_format((float)$d->franchise_tax, 2,".",",") }} | @endif{{ number_format((float)$d->total_due, 2,".",",") }} | {{ number_format((float)$d->amount_paid, 2,".",",") }} | {{ number_format((float)$d->senior, 2,".",",") }} | {{ number_format((float)$d->penalty, 2,".",",") }} | {{ number_format((float)$d->balance, 2,".",",") }} | {{ date_format(date_create($d->due_date), 'm/d/Y') }} | {{ number_format((float)$d->net_amount, 2,".",",") }} |
| Total Number of Accounts: {{ $total['count'] }} | {{ $total['bill_amount'] }} | {{ $total['atb'] }} | @if (session("septage_fee") == 1){{ $total['septage'] }} | @endif @if (session("meter_charges") == 1){{ $total['mcharges'] }} | @endif @if (session("franchise_tax") == 1){{ $total['ftax'] }} | @endif{{ $total['total_due'] }} | {{ $total['amount_paid'] }} | {{ $total['senior'] }} | {{ $total['penalty'] }} | {{ $total['balance'] }} | {{ $total['net_amount'] }} | |||||||