|
Cashier Collection Report
Institute-Wise Collection Statement
|
Total Collected
₹{{ number_format($totalCollected, 0) }}
{{ $totalCount }} transactions
|
| # | Student Name | Enrollment No | Total Fee | Paid | Due | Mode |
|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $row->student_name }} | {{ $row->enrollment_no }} | ₹{{ number_format($row->total_fee, 0) }} | ₹{{ number_format($row->paid, 0) }} | ₹{{ number_format($row->due, 0) }} | {{ $row->payment_mode }} |
| Institute Subtotal: | ₹{{ number_format($instFee, 0) }} | ₹{{ number_format($instPaid, 0) }} | ||||
No collection data found for this period.
@endforelse @if(!$instituteReport->isEmpty())| GRAND TOTAL: | ₹{{ number_format($grandFee, 0) }} | ₹{{ number_format($grandPaid, 0) }} | ||||
| Mode | Count | Amount |
|---|---|---|
| {{ $m->payment_mode }} | {{ $m->count }} | ₹{{ number_format($m->total, 0) }} |