Student List
AY {{$school_year}} - {{$school_year+1}}

@foreach($lists as $list) @endforeach
Student No. Student Name Level Section Last School Attended Status
{{++$x}} {{$list->idno}} {{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}} {{$list->level}} {{$list->section}} {{$list->last_school}} @if($list->status == '3'){{'Assessed'}} @elseif($list->status == '4'){{'Enrolled'}} @endif