{{$academic_type}}
@if($academic_type == "College" || $academic_type == "TESDA") SY: {{$school_year->school_year}} - {{$school_year->school_year+1}} / Semester @else SY: {{$school_year->school_year}} - {{$school_year->school_year+1}} @endif

@foreach($lists as $list) @if($academic_type == "Senior High School") @elseif($academic_type == "College" || $academic_type == "TESDA") @else @endif @endforeach
Student No. Student Name Level Course/Track Date Graduated
{{++$x}} {{$list->idno}} {{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}}{{$list->level}} - {{$list->section}} {{$list->track}}{{$list->level}} Year {{$list->program_code}}{{$list->level}} - {{$list->section}} -{{date_format(date_create($list->date_graduated),"M d, Y")}}