Branch: {{ !empty($branchAndVersionDetails) ? $branchAndVersionDetails->school_branch_name : '' }}
Class: {{ $className }}
| SL | Student ID | Name | Roll | Class | Section | @if (!empty($paymentHeads)) @foreach ($paymentHeads as $head){{ $head }} | @endforeach @endifTotal Amount |
|---|---|---|---|---|---|---|---|
| {{ ++$count }} | {{ $payment['student_id'] }} | {{ $payment['student_name'] }} | {{ $payment['roll_no'] }} | {{ $payment['class_name'] }} | {{ $payment['section_name'] }} | @if (!empty($paymentHeads)) @foreach ($paymentHeads as $head){{ $headAmount }} | @endforeach @endif{{ number_format($total) }} |
| Print Date & Time : {{ date('d-M-Y h:i:sa') }} |
Powered by: EDU PLUS |