Total Active Connections
Out of {{ $totalConnections }} Total
Total Collection
Today: ₹ {{ number_format($todayCollection, 2) }}
Pending Demand
Outstanding Bills
Total Arrears
{{ $connectionsWithArrears }} Connections
| Year | Receipts | Total Amount | Average per Receipt |
|---|---|---|---|
| {{ $data->year }} | {{ number_format($data->count) }} | ₹ {{ number_format($data->amount, 2) }} | ₹ {{ number_format($data->amount / max($data->count, 1), 2) }} |
| No collections found. | |||