DMMC INSTITUTE OF HEALTH SCIENCES
#143 Narra St., Mountainview Subd., Tanauan City, Batangas
AY: {{$school_year->school_year}} - {{$school_year->school_year+1}}
| Name |
: |
{{strtoupper($user->lastname)}}, {{strtoupper($user->firstname)}} {{strtoupper($user->middlename)}} {{strtoupper($user->extensionname)}} |
| Grade Level |
: |
{{$status->level}} |
| Track / Section |
: |
{{$status->track}} - {{$status->section}} |
| Subject Name |
@if($school_year->period == "2nd")
3rd Quarter |
4th Quarter |
@else
1st Quarter |
2nd Quarter |
@endif
Final Grade |
Remarks |
@if (count($courses) > 0)
@foreach ($courses as $list)
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\print\print_card_slip_shs.blade.php on line 100
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\print\print_card_slip_shs.blade.php on line 100
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\print\print_card_slip_shs.blade.php on line 101
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\print\print_card_slip_shs.blade.php on line 101
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\print\print_card_slip_shs.blade.php on line 106
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\print\print_card_slip_shs.blade.php on line 106
Notice: Undefined variable: list in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\print\print_card_slip_shs.blade.php on line 109
Notice: Trying to get property of non-object in D:\xampp\htdocs\dmmc\resources\views\registrar\student_record\print\print_card_slip_shs.blade.php on line 109
| {{ $list->course_name }} |
{{ $list->first_qtr }} |
@if ($list->second_qtr == 0.00)
@else
{{ $list->second_qtr }}
@endif
|
{{ $finalGrade }} |
{{ $remarks }} |
@endforeach
| GWA |
{{ number_format($tg / $ctr, 2) }} |
|
@else
| No subjects enrolled! |
@endif
| Authorized Signature: |
|
|
*Not valid without school seal. |
|
Date Issued: {{date('F d, Y')}} |