@if(count($students)>0)

List of Students

@foreach($students as $student) @endforeach
Student No. Student Name Level/Section Generate
{{++$cnt}} {{$student->idno}} {{strtoupper($student->lastname)}}, {{$student->firstname}} {{$student->middlename}} {{$student->extensionname}} {{$student->level}} - {{$student->section}} idno)}}" onclick="return confirm('This will be considered as a new generation. Continue?')">Generate
@else

No students in this section.

@endif