DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
STUDENT LIST
@if($academic_type == "College" || $academic_type == "TESDA")
@if($level == "1st") First @elseif ($level == "2nd") Second @elseif ($level == "3rd") Third
@elseif ($level == "4th") Fourth @elseif ($level == "5th") Fifth @endif Year - Section {{$section}}
@elseif($academic_type == "Senior High School")
{{$level}} ({{$course}}) - {{$section}}
@else
{{$level}} - {{$section}}
@endif
AY {{$school_year->school_year}} - {{$school_year->school_year+1}}
|
Student No. |
Student Name |
Last School Attended |
Religion |
Barangay |
City |
Province |
@if(count($lists)>=1)
@foreach($lists as $list)
{{++$x}} |
{{$list->idno}} |
{{$list->lastname}}, {{$list->firstname}} {{$list->middlename}} {{$list->extensionname}} |
{{$list->last_school}} |
{{$list->religion}} |
{{$list->barangay}} |
{{$list->municipality}} |
{{$list->province}} |
@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\reports\print_student_list1.blade.php on line 84