@foreach ($branchDetails as $branch)
{{ $branch->school_branch_name }} {{ $branch->school_version_name }} @if (isset($allStudentArray[$branch->institute_branch_version_id])) @foreach ($allStudentArray[$branch->institute_branch_version_id] as $classKey => $classWiseDetails) @if (isset($classDetails[$classKey])) @endif @foreach ($classWiseDetails as $sectionKey => $sectionWiseDetails) @if (isset($sectionDetails[$sectionKey])) @endif @endforeach @endforeach @endif
{{ $classDetails[$classKey] }} {{ $sectionDetails[$sectionKey] }}
{{ $sectionWiseDetails }}
Total
{{ $classWiseTotal }}
Total This Branch : {{ $branchWiseTotal }}
@endforeach