| {{ $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
|
@endforeach