DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
STUDENT LIST
| Subject |
: |
{{$offering_id->course_code}} - {{$offering_id->course_name}} |
| Course/Level/Section |
: |
@if($offering_id->program_code!="Senior High School")
{{$offering_id->program_code}} - {{$offering_id->level}} year - section {{$offering_id->section}}
@else
{{$offering_id->track}} - {{$offering_id->level}} - section {{$offering_id->section}}
@endif
|
| Instructor |
: |
{{$instructor}} |
| No. |
ID Number |
Student Name |
@foreach ($studentlists as $studentlist)
| {{$number}}. |
{{$studentlist->idno}} |
{{strtoupper($studentlist->lastname)}}, {{$studentlist->firstname}} {{$studentlist->middlename}} |
@endforeach