SY / Period |
Subject |
Description |
Instructor |
Action |
Student Ranking |
Notice: Undefined variable: lists in D:\xampp\htdocs\dmmc\resources\views\dean\ajax\getgradesubject.blade.php on line 10
Notice: Undefined variable: college_lists in D:\xampp\htdocs\dmmc\resources\views\dean\ajax\getgradesubject.blade.php on line 10
Notice: Undefined variable: jhs_lists in D:\xampp\htdocs\dmmc\resources\views\dean\ajax\getgradesubject.blade.php on line 10
@if($total>0)
@if(count($jhs_lists)>0)
@foreach($jhs_lists as $list)
SY: {{$list->school_year}} - {{$list->school_year+1}} |
{{$list->subject_name}} |
{{$list->level}} - {{$list->section}} |
{{getInstructor($list->instructor_id)}} |
View |
View |
@endforeach
@endif
@if(count($lists)>0)
@foreach($lists as $list)
SY: {{$list->school_year}} - {{$list->school_year+1}} / {{$list->period}} Semester |
{{$list->course_name}} |
{{$list->track}} / {{$list->level}} - {{$list->section}} |
{{getInstructor($list->instructor_id)}} |
View |
View |
@endforeach
@endif
@if(count($college_lists)>0)
@foreach($college_lists as $list)
SY: {{$list->school_year}} - {{$list->school_year+1}} / {{$list->period}} Semester |
{{$list->ctr_code}} - {{$list->course_name}} |
{{$list->program_code}}/ {{$list->level}} Year |
{{getInstructor($list->instructor_id)}} |
View |
View |
@endforeach
@endif
@else
Record Not Found!!! |
@endif