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 / Year 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. |
Student Name |
Status |
@if(count($studentlists)>=1)
@foreach ($studentlists as $studentlist)
{{$number}} |
{{$studentlist->idno}} |
{{$studentlist->lastname}}, {{$studentlist->firstname}} {{$studentlist->middlename}} |
@if($studentlist->status == 4) Enrolled @else Not Enrolled @endif |
@endforeach
@else
Nothing to show. |
@endif
@if(Auth::user()->accesslevel == 3)
Prepared By: |
Noted By: |
|
{{Auth::user()->firstname}} {{Auth::user()->middlename[0]}} {{Auth::user()->lastname}} |
|
{{env('REG_HEAD')}} |
Registrar Staff
|
|
Registrar |
@elseif(Auth::user()->accesslevel == 2)
Fatal error: Class 'App\CtrAcademicAccess' not found in D:\xampp\htdocs\dmmc\resources\views\registrar\print\studentlistenrolled.blade.php on line 89