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