@extends('layouts.app') @section('content')
| Account No | Tenant/Owner Name | Property Location | Meter No | Current | Previous | Cons. (Kwh) | Bill Total (Ksh) |
|---|---|---|---|---|---|---|---|
| {{ $bill['AccountNo'] }} | {{ $bill['CustomerName'] }} | {{ $bill['PropertyLocation'] }} | {{ $bill['MeterNo'] }} | {{ number_format($bill['CurReading']) }} | {{ number_format($bill['PrvReading']) }} | {{ number_format($bill['ConsumptionBilled']) }} | {{ number_format($bill['TotalBill'], 2) }} |
| No data found for the selected criteria. | |||||||
| TOTAL | {{ number_format($totals['current_total']) }} | {{ number_format($totals['previous_total']) }} | {{ number_format($totals['consumption_total']) }} | {{ number_format($totals['amount_total'], 2) }} | |||