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) @endforeach
Code Course Name Exam Date Period Location BN
{{$study->code}} {{$study->name}} {{date('d F Y', strtotime($study->day_date))}} @if($study->period==1) First @elseif($study->period==2) Second @endif {{$study->exam_location}} {{$study->exam_position}}