{{ strtoupper(session('company_name')) }}

{{ strtoupper(session('branch_name')) }}

Septage Collection Detailed

{{ strtoupper($type) }} REPORT

{{ date('M d, Y', strtotime($date_from)) . ' - ' . date('M d, Y', strtotime($date_to)) }}


@foreach($data AS $d) @endforeach
Account No. Customer Name Class Book Bill Number Bill Period Total CuM Amount Paid Collection Date
{{ $d->acct_number }} {{ strtoupper($d->customer_name) }} {{ $d->acct_class }} {{ $d->book }} {{ $d->bill_number }} {{ $d->bill_period }} {{ $d->total_cum }} {{ number_format($d->amt_paid, 2,".",",") }} {{ date('M d, Y H:m A', strtotime($d->created_at)) }}
Total Number of Payment: {{ $grand_total['total_count'] }} {{ number_format($grand_total['total_paid'], 2,".",",") }}