Dashboard Dashboard

Total Active Connections

{{ $activeConnections }}

Out of {{ $totalConnections }} Total

Total Collection

{{ number_format($totalCollection, 2) }}

Today: ₹ {{ number_format($todayCollection, 2) }}

Pending Demand

{{ number_format($pendingDemand, 2) }}

Outstanding Bills

Total Arrears

{{ number_format($totalArrears, 2) }}

{{ $connectionsWithArrears }} Connections

Monthly Collection Trend (Last 12 Months)

Bills Status

Top 5 Zones by Collection

Payment Mode Distribution

Connection Types

New Connections (Last 6 Months)

Current Month Overview

Year-wise Collection Summary

@forelse($yearWiseCollection as $data) @empty @endforelse
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.
@push('scripts') @endpush