| Class | @foreach ($branchDetails as $branch){{ $branch->school_branch_name }} | @endforeachTotal | |
|---|---|---|---|
| Male | Female | @endforeach||
| {{ $class->ClassName }} | @foreach ($branchDetails as $branch){{ $maleCount }} | {{ $femaleCount }} | @endforeach{{ $total }} |
| G. Total | @foreach ($branchDetails as $branch){{ isset($branchWiseCount[$maleIndex]) ? $branchWiseCount[$maleIndex] : 0 }} | {{ isset($branchWiseCount[$femaleIndex]) ? $branchWiseCount[$femaleIndex] : 0 }} | @endforeach{{ $grandTotal }} |
| Print Date & Time : {{ date('d-M-Y h:i:sa') }} |
Powered by: EDU PLUS |