|
@php
$logoPath = public_path('admin/images/bncmc-logo.png');
$logoSrc = '';
if (file_exists($logoPath)) {
$logoData = base64_encode(file_get_contents($logoPath));
$mimeType = mime_content_type($logoPath);
$logoSrc = 'data:' . $mimeType . ';base64,' . $logoData;
} else {
$logoSrc = asset('admin/images/bncmc-logo.png');
}
@endphp
|
Bhiwandi Nizampur City Municipal Corporation
भिवंडी निजामपूर शहर महानगरपालिका
Water Tax Department / पाणीपुरवठा कर विभाग
WATER LEDGER REPORT / पाणी खाते अहवाल
|
| From Date /पासून : {{ $fromDate }} | To Date /पर्यंत : {{ $toDate }} |
|
Connection No: {{ $master->connection_no }} Name: {{ $master->consumer_name }} Address: {{ $master->address }} Type: {{ $master->connection_type_name }} |
Ward: {{ $master->prabhag_name }} Zone: {{ $master->zone_name }} Block: {{ $master->bhubhag_name }} |
| SR / अ.क्र. | DATE / दिनांक | BILL NO / बिल क्र. | BILL AMT / बिल रक्कम | PAID AMT / भरलेली रक्कम | BALANCE / शिल्लक | MODE / पद्धत | RCPT NO / पावती क्र. | RCPT DATE / पावती दिनांक |
|---|---|---|---|---|---|---|---|---|
| {{ $tIndex + 1 }} | {{ $row->date }} | {{ $row->bill_no }} | {{ $row->demand > 0 ? indian_format($row->demand) : '-' }} | {{ $row->collection > 0 ? indian_format($row->collection) : '-' }} | {{ indian_format($row->balance) }} | {{ $row->payment_mode }} | {{ $row->receipt_no }} | {{ $row->receipt_date }} |
| No Transactions Found | ||||||||
| TOTAL / एकूण | {{ indian_format($totalDemand) }} | {{ indian_format($totalCollection) }} | {{ indian_format($transactions->last()->balance ?? 0) }} | |||||