@if(count($students) != 0)

List of Students

Simply UNCHECK the student if you DO NOT WISH to save their graduation date.
You can click the checkbox or their name
@foreach($students as $student) @if($academic_type == "Senior High School") @elseif($academic_type == "College" || $academic_type == "TESDA") @else @endif @endforeach
-    Student No. Student Name Course/Track Level/Section Date Graduated
{{++$c}} {{$student->idno}} {{$student->lastname}}, {{$student->firstname}} {{$student->middlename}} {{$student->extensionname}}{{$student->track}} {{$student->level}} - {{$student->section}}{{$student->program_code}} {{$student->level}} Year- {{$student->level}} - {{$student->section}} {{checkStatuses($student->idno)}}
@else

Nothing to display.

@endif