DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
@if($indic == 0)
STUDENT LIST
{{$level}} ({{$track}}) - {{$section}}
AY {{$school_year}} - {{$school_year+1}}
@elseif($indic == 1)
STUDENT LIST
{{$level}} - {{$section}}
AY {{$school_year}} - {{$school_year+1}}
@elseif($indic == 2)
@if($type == "No Voucher" || $type == "ESC Grant") LIST OF STUDENTS WITH {{strtoupper($type)}}
@else LIST OF STUDENTS WITH {{strtoupper($type)}} VOUCHER @endif
{{$level}} - {{$section}} | AY {{$school_year}} - {{$school_year+1}}
@else
CLASS LIST
{{$level}} - {{$section}} | AY {{$school_year}} - {{$school_year+1}}
Adviser: {{$adviser}}
@endif
@if ($indic == 1)
|
Student No. |
Student Name |
Last School Attended |
Status |
@if(count($lists)>=1)
@foreach ($lists as $list)
1 |
{{$list->idno}} |
{{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}} |
{{$list->last_school}} |
@if($list->status == '3'){{'Assessed'}} @elseif($list->status == '4'){{'Enrolled'}} @endif |
@endforeach
@else
Nothing to show. |
@endif
@elseif ($indic == 2)
|
Student No. |
Student Name |
Last School Attended |
Status |
@if(count($lists)>=1)
@foreach ($lists as $list)
1 |
{{$list->idno}} |
{{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}} |
{{$list->last_school}} |
@if($list->status == '3'){{'Assessed'}} @elseif($list->status == '4'){{'Enrolled'}} @endif |
@endforeach
@else
Nothing to show. |
@endif
@elseif ($indic == 0)
|
Student No. |
Student Name |
Last School Attended |
Status |
@if(count($lists)>=1)
@foreach ($lists as $list)
1 |
{{$list->idno}} |
{{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}} |
{{$list->last_school}} |
@if($list->status == '3'){{'Assessed'}} @elseif($list->status == '4'){{'Enrolled'}} @endif |
@endforeach
@else
Nothing to show. |
@endif
@else
|
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
@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\reports\studentReport.blade.php on line 173