DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
CLASS LIST
{{$level}} ({{$track}}) - {{$section}} | AY {{$school_year}} - {{$school_year+1}}
Adviser: {{$adviser}}
|
Student No. |
Student Name |
Status |
@if(count($lists)>=1)
@foreach ($lists as $list)
1 |
{{$list->idno}} |
{{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}} |
@if($list->status == '3'){{'Assessed'}} @elseif($list->status == '4'){{'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\class_list.blade.php on line 66