Student Name: {{$student->user->en_name}}
Student Code: {{$student->user->code}}
Official Email: {{$student->user->email}}
Study Plan: {{$student->plan->longName()}}


@foreach($studies as $study) @php($course = $study->course) @if($study->isRegistered()) @elseif($study->isWithdrawn()) @elseif($study->isExcused()) @endif @endforeach
Code Course Name Credit Hourse Marks Min/Max Group / Section
{{$course->short_name}} {{$course->en_name}}{{$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@lang('tr.withdrawn')@lang('tr.excused')