@csrf

Number of Promoted Students {{ $promotedStudentCount }}

Distribute Students By Merit List:

@if ($sectionDetails->isNotEmpty()) @foreach ($sectionDetails as $section)
Section: {{ $section->SectionName }}
@endforeach
@else

No Section Found for promotion!

@endif