@extends ('Layouts.Application') @section ('MainContent') @if (4 == $userRoleId) @endif
@foreach ($allTeacherDetails as $profile)

Teacher's Information Form

Teachers Name : {{ $profile->full_name }}
Designation : {{ $profile->designation_name }}
Mobile No : {{ $profile->phone_no }}
Email : {{ $profile->email }}
Joining Date : {{ $profile->joining_date }}
NID No : {{ $profile->nid_no }}
Dath of Birth : {{ $profile->date_of_birth }}
Gender : {{ $profile->gender }}
Religion : {{ $profile->relegion }}
JSC Subject Code (if any) :
SSC Subject Code (if any) :
Sonali Bank Online Account No (if any) :______________________________
Sonali Bank Branch (if any) :_____________________________
Master Trainer on Creative Question System (12 days) Yes / No
Field Level Trainig On Creative Question (3days) Yes / No
Teacher Quality Improvement Trainig Yes / No
@foreach ($profile->academic_informations as $info) @endforeach
Name Of Exam Year Department/Subject Grade/Division Board/University
{{ $info->ac_exam_name }} {{ $info->ac_year }} {{ $info->ac_department }} {{ $info->ac_grade }} {{ $info->ac_board }}
@endforeach @endsection