|
@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
भिवंडी निजामपूर शहर महानगरपालिका, भिवंडी (ठाणे)
|
| मुंबई प्रांतिक महानगरपालिका अधिनियम १९४९ चे अनुसूचीतील प्रकरण ८ (अधिनियम ४४, ४५ व ४६ अन्वये) | |
|
वसुलिचे चलन / RECOVERY
CHALAN
(नमूना क्रमांक ९३)
आर्थिक वर्ष / Financial Year: {{ $financialYear }}
|
|
| Chalan No: {{ $chalanNo }} | Date: {{ $chalanDate }} |
| SR.NO. / अ.क्र. | PARTICULARS / रक्कमेचा तपशील | AMOUNT / रक्कम | REMARKS / शेरा |
|---|---|---|---|
| {{ $srNo++ }} |
Water Tax Collection ({{ $paymentMode }}) पाणीपट्टी वसुली ({{ $receiptCounts }} पावत्या) |
{{ indian_format($currentAmount) }} | |
| {{ $srNo++ }} | Arrears / थकबाकी | {{ indian_format($arrearsAmount) }} | |
| {{ $srNo++ }} | Arrears / थकबाकी | {{ indian_format($arrearsAmount) }} | |
| {{ $srNo++ }} | Excess Amount / जास्तीची रक्कम | {{ indian_format($excessAmount) }} | |
| {{ $srNo++ }} | Excess Amount / जास्तीची रक्कम | {{ indian_format($excessAmount) }} | |
|
Cash Denominations Details / नोटांचा तपशील: @foreach ($denominations as $note => $count) ₹{{ $note }} x {{ $count }} = {{ indian_format($note * $count) }} @endforeach |
{{ number_format($totalCash ?? 0, 2) }} | ||
| TOTAL / एकूण | {{ indian_format($totalAmount) }} | ||
| In Words / अक्षरी: {{ $amountInWords }} | |||
|
Clerk (लिपिक) |
Head Clerk (प्रमुख लिपिक) |
Collection Officer (वसुली अधिकारी) |