@foreach($user->teacherEducationInfo as $key => $teacherEducationInfo) @if(empty($key)) @php $keyid = 999; @endphp @else @php $keyid = $key; @endphp @endif
| Academic {{$key+1}} | |
|---|---|
| @lang('Level of Education') | {{levelofEducation($teacherEducationInfo->level_of_education)}} |
| @lang('Exam/Degree Title') | @if($teacherEducationInfo->exam_degree_title == 'Other' || $teacherEducationInfo->exam_degree_title == 'Others') {{$teacherEducationInfo->others}} @else {{$teacherEducationInfo->exam_degree_title}} @endif |
| @lang('Major/Group') | {{$teacherEducationInfo->group}} |
| @lang('Result') | {{$teacherEducationInfo->result}} |
| @lang('Year of Passing') | {{$teacherEducationInfo->year_of_passing}} |
| Duration (Years) | {{$teacherEducationInfo->duration}} |
| @lang('Institute Name') | {{$teacherEducationInfo->institution}} |