Promote student

{{--Form for selecting class--}}

Please select class and section

@foreach ($classes as $class) @endforeach @isset($oldSections) @foreach ($oldSections as $section) @endforeach @endisset @foreach ($classes as $class) @endforeach @isset($newSections) @foreach ($newSections as $section) @endforeach @endisset
@if (isset($students)) @if ($students->count() > 0)
@foreach ($students as $student) @endforeach
Student Choose Action
{{$student->name}} - {{$student->studentRecord->admission_number}}
@csrf @else

No students found

@endif @endif
@push('scripts') @endpush