DMMC INSTITUTE OF HEALTH SCIENCES |
#143 Narra St., Mountainview Subd., Tanauan City, Batangas |
|
List of Enrolled Students |
{{$program_code}} - {{$level}} Year / {{$section}} |
AY {{$school_year}} - {{$school_year+1}} | @if($period == "1st") First Semester @elseif($period == "2nd") Second Semester @else {{$period}} @endif |
|
|
|
|
Student No. |
Student Name |
Admission Status |
Status |
@if(count($lists)>=1)
@foreach ($lists as $list)
1 |
{{$list->idno}} |
{{$list->lastname}}, {{$list->firstname}} {{$list->extensionname}} {{$list->middlename}} |
{{$list->status_upon_admission}} |
@if($list->isnew == '0'){{'Old Student'}} @elseif($list->isnew == '1'){{'New Student'}} @endif |
@endforeach
@else
Nothing to show. |
@endif
|
|
Prepared by:
|
{{Auth::user()->firstname}} {{Auth::user()->lastname}}
|
Registrar Staff
|
Printed: {{date("Y-m-d")}} |