| Sr No | Prabhag | Payment Mode | Department | Challan No | No. of Receipts | Account Number | Total Amount | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $challan->prabhag->prabhag_name ?? '-' }} | {{ $challan->payment_mode }} | {{ $challan->department->department_name ?? '-' }} | {{ $challan->challan_no }} | {{ $challan->receipts_count }} | {{ $challan->account_number ?? '-' }} | {{ number_format($challan->total_amount, 2) }} | View |
| No challans found. | ||||||||