@if($student->hasPendingRequest())
Warning! Dear student, it seems one or more courses is not registered yet, or you may have pending request. Please contact directly your academic advisor to get the approval. It is important to do this as soon as possible. For more details visit (Courses Registration) page under "My Services".
@endif
@foreach ($studies as $study) @php($examsCommittee = $study->exam())
@if($study->section) @endif
@if($examsCommittee) @lang('tr.Exam Date'): {{ $examsCommittee->examsDate->date()->format('d F Y') }}, {{$examsCommittee->examsDate->periodName($examsCommittee->period) }}, {{$examsCommittee->location->name}}, @lang('tr.BN') (#{{$study->exam_position}}), @lang('tr.Print') @elseif($study->bn) @lang('tr.BN'): {{sprintf("%04d", $study->bn)}} @endif

Teacher(s): @php($committee_instructors = $study->committee->committeesInstructors) @foreach ($committee_instructors as $committee_instructor) @if($committee_instructor->instructorProfileLink($committee_instructor->user->id) != '#') {{ $committee_instructor->user->lang('name') }} , @else {{ $committee_instructor->user->lang('name') }} , @endif @endforeach

@endforeach