@foreach ($connections as $connection)
Logo
BHIWANDI NIZAMPUR CITY MUNICIPAL CORPORATION
भिवंडी-निजामपूर शहर महानगरपालिका, भिवंडी
WATER SUPPLY DEPARTMENT / पाणीपुरवठा विभाग
Mumbai Provincial Municipal Corporation Act 1949 Schedule Chapter 8 (Rule 44, 45 & 46)
WATER BILL / पाणी बिल
Connection & Consumer Details / नळजोडणी व ग्राहक तपशील
Connection No / नळजोडणी क्र. {{ $connection->connection_no }} Consumer Name / ग्राहकाचे नाव {{ $connection->consumer_name }}
Address / पत्ता {{ $connection->address }}
Bill No / बिल क्र. {{ $connection->bill_no }}
Old Connection No / जुने क्र. {{ $connection->old_connection_no ?? '-' }} Bill Date / बिल दिनांक {{ $connection->bill_date }}
Connection Type / नळ जोडणी प्रकार {{ $connection->connectionType ? $connection->connectionType->name : '-' }} Property No / मालमत्ता क्र. {{ $connection->property_no ?? '-' }} Flat No / फ्लॅट क्र. {{ $connection->flat_no ?? '-' }} Bill Period / बिलाचा कालावधी {{ $connection->bill_period_from }} to {{ $connection->bill_period_to }}
CCN Size / नळ जोडणीचा आकार {{ $connection->connectionSize ? $connection->connectionSize->name : '-' }} Tariff Category / टेरीफ प्रकार {{ $connection->userType ? $connection->userType->name : '-' }}
QR CODE
Toti No. / तोटी नं. {{ $connection->toti_no ?? '-' }} Location / ठिकाण Prabhag: {{ $connection->prabhag->name ?? '' }} | Zone: {{ $connection->zone->name ?? '' }} | Bhubhag: {{ $connection->bhubhag->name ?? '' }}
Description / विवरण Arrears / थकबाकी Current Bill / चालू बिल Total / एकूण
Water Tax / पाणीपट्टी {{ number_format($connection->arrears, 2) }} {{ number_format($connection->current_bill_amount, 2) }} {{ number_format($connection->total_bill_amount, 2) }}
TOTAL PAYABLE / एकूण देय रक्कम {{ number_format($connection->arrears, 2) }} {{ number_format($connection->current_bill_amount, 2) }} {{ number_format($connection->total_bill_amount, 2) }}
Amount in Words / अक्षरी रक्कम: {{ $connection->amount_in_words }} Only

DUE DATE / बिल भरणा दिनांक : {{ $connection->due_date }}
Adjustment / समायोजित : 0.00
Excess Amount / अतिरिक्त जमा : 0.00
Rebate / सूट : 0.00
NET PAYABLE / देय रक्कम : {{ number_format($connection->total_bill_amount, 2) }}
Note/टीप: त्रुटी आढळल्यास सदर माहिती संबंधित उपविभागीय कार्यालयात द्यावी.
Authorized Signatory / अधिकृत स्वाक्षरी
This is a computer generated bill. | Sequence: {{ $connection->id }} | Connection: {{ $connection->connection_no }}
@endforeach