@foreach($ac->bills as $b) @endforeach
BILL PREVIOUS PRESENT CONSUMPTION AMOUNT  
NUMBER TYPE MONTH YEAR METER DATE RDG DATE RDG ACTUAL ADDTL BASIC PCA OTHERS PENALTY DUE  
{{ $b->bill_number }} {{ $b->bill_type }} {{ sprintf("%02d", $b->bill_month) }} {{ $b->bill_year }} {{ $b->meter_no }} {{ $b->previous_rdg_date }} {{ $b->previous_rdg }} {{ $b->present_rdg_date }} {{ $b->present_rdg }} {{ $b->actual_cum }} {{ $b->additional_cum }} {{ $b->basic }} {{ $b->pca }} {{ $b->others }} {{ number_format($b->penalty,2,".",",") }} {{ number_format($b->basic + $b->pca + $b->others + $b->penalty,2,".",",") }} Unpaid