| Student Name: | {{$student->user->en_name}} |
| Student Code: | {{$student->user->code}} |
| Official Email: | {{$student->user->email}} |
| Study Plan: | {{$student->plan->longName()}} |
| Code | Course Name | Credit Hourse | Marks Min/Max | Group / Section | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{$course->short_name}} | {{$course->en_name}} | @if($study->isRegistered()){{$course->credit_hours}} | {{$course->min_total." / ".$course->max_total}} | @if($study->section_id){{"G".$study->group_no." / S".$study->section_no}} @if($student->last_plan_id!=$study->section_plan_id) {{$study->section_plan_minor}} @endif @endif | @elseif($study->isWithdrawn())@lang('tr.withdrawn') | @elseif($study->isExcused())@lang('tr.excused') | @endif||||