Subject Crediting
Student No. |
{{$idno}} |
Name |
{{$user->firstname}} {{$user->middlename}} {{$user->lastname}} {{$user->extensionname}} |
No. of units taken |
|
Status |
@if($status->status == 3)
Assessed
@elseif($status->status == 4)
Enrolled
@else
Not Currently Assessed
@endif |
Course |
{{$status->program_name}} |
Note: The system has an auto subject crediting functionality. Please review the following data by comparing the students grade from the old course curriculum and the new course curriculum. You can't undo your actions here so please make sure that everything is right before finalizing the crediting.
Old Course
@if($status->status == 6 && $student_info->is_transferee == 1)
No recorded subject yet.
@else
{{$old->program_name}}
Curriculum:
@if (count($levels)>0)
@foreach($levels as $level)
@if ($level->level== '1st') FIRST YEAR @elseif ($level->level== '2nd') SECOND YEAR @elseif ($level->level== '3rd') THIRD YEAR @elseif ($level->level== '4th') FOURTH YEAR @elseif ($level->level== '5th') FIFTH YEAR @else @endif -
@if ($level->period== '1st') 1st Semester @elseif ($level->period== '2nd') 2nd Semester @elseif ($level->period== 'Summer') Summer @else @endif
Fatal error: Class 'App\Curriculum' not found in D:\xampp\htdocs\dmmc\resources\views\dean\subjectcrediting\subjectcrediting.blade.php on line 55