DMMC INSTITUTE OF HEALTH SCIENCES |
#143 Narra St., Mountainview Subd., Tanauan City, Batangas |
|
STUDENT LIST |
AY {{$offering_id->school_year}} - {{$offering_id->school_year+1}} | @if($offering_id->period == "1st") First Semester @elseif($offering_id->period == "2nd") Second Semester @else {{$offering_id->period}} @endif |
|
|
|
Subject |
: |
{{$offering_id->ctr_code}} - {{$offering_id->course_name}} |
Course / Yr. Level |
: |
@if($offering_id->program_code != NULL)
{{$offering_id->program_code}} - {{$offering_id->level}} Year
@else
{{$offering_id->track}} - {{$offering_id->level}}
@endif
|
Instructor |
: |
{{$instructor}} |
|
|
|
- |
Student No. |
Name |
Status |
@foreach ($studentlists as $studentlist)
{{$number}}. |
{{$studentlist->idno}} |
{{$studentlist->lastname}}, {{$studentlist->firstname}} {{$studentlist->middlename}} |
@if($studentlist->status == 4) Enrolled @else Not Enrolled @endif |
@endforeach