profile-img
{{$applicant->name}}
{{$applicant->name_bn}}

Father: {{$applicant->father}}

পিতার নামঃ {{$applicant->father_bn}}

Mother: {{$applicant->mother}}

মাতার নামঃ {{$applicant->mother_bn}}

{{$identity->id_type_info}} No: {{$identity->id_no}}

Date of Birth: {{$applicant->dob}}

Mobile: {{$applicant->mobile}}

Email: {{$applicant->email}}

Sex: {{$applicant->gender == 1 ? "Male" : "Female"}}

Marital Status: {{$applicant->marital_status == 1 ? "Single" : "Married"}}

Nationality: {{$applicant->nationality}}

Religion: {{$applicant->religion}}

Guardian Mobile: {{$applicant->guardian_mobile}}

Quota for Freedom Fighter:    {{$applicant->ffquota == 1 ? "YES" : "NO"}}

Permanent Address: {{$prev_permanent_addr}}

স্থায়ী ঠিকানাঃ {{$address->permanent_addr_bn}}

Present Address: {{$prev_current_addr}}

বর্তমান ঠিকানাঃ {{$address->current_addr_bn}}

বর্তমানে আবেদনকারীর বিরুদ্ধে কোন বিভাগীয় মামলা চলছে কিনা / চাকুরীকালে কোন লঘু বা গুরু দণ্ড হয়েছে কিনাঃ    {{$applicant->case_file == 1 ? "হ্যা" : "না"}}

@if($specs->isNotEmpty())
@foreach($specs as $spec) @endforeach
Specialization (as per preferrence)
Sl Specialization
{{ $loop->iteration }} {{$spec->specialization}}
@endif @if($edus->isNotEmpty())
@foreach($edus as $edu) @endforeach
Education Records
Exam-Name Passing-Yr Result Institute Board/University Group/Subject
{{$edu->exam_name_info}} {{$edu->passed}} {{$edu->result}} {{$edu->inst}} {{$edu->board}} {{$edu->major}}
@endif @if($emps->isNotEmpty())
@foreach($emps as $emp) @endforeach
Employment Records
Position Organization Pay Scale & Grade From To Total Period Nature of Job
{{$emp->position}} {{$emp->org}} {{$emp->pay_scale}} {{$emp->emp_from}} {{$emp->emp_to}} {{$emp->period}} {{$emp->job_type}}
@endif @if($publications->isNotEmpty())
@foreach($publications as $pub) {{----}} @endforeach
Research and Publications
Publication Time Publication Type Author Position
{{$pub->pub_time}} {{$pub->pub_type_details}} {{$pub->position}}{{ $pub->position == 1 ? 'st' : ($pub->position == 2 ? 'nd' : ($pub->position == 3 ? 'rd' : 'th')) }}{{$pub->counts}}
@endif @if($trainings->isNotEmpty())
@foreach($trainings as $training) @endforeach
Training in the country or abroad
From To Organization Training Title Duration
{{$training->training_from}} {{$training->training_to}} {{$training->org}} {{$training->title}} {{$training->duration}}
@endif @if($teach_employments->isNotEmpty())
@foreach($teach_employments as $emp) @endforeach
Total experience in a teaching role
Position Organization Pay Scale & Grade From To Total Period Nature of Job
{{$emp->position}} {{$emp->org}} {{$emp->pay_scale}} {{$emp->emp_from}} {{$emp->emp_to}} {{$emp->period}} {{$emp->job_type}}
@endif @if($edu_leave->isNotEmpty())
@foreach($edu_leave as $leave) @endforeach
Education Leave Information
Leave Purpose From To Total Period
{{$leave_purposes->where('id',$leave->purpose)->first()->purpose}} {{$leave->leave_from}} {{$leave->leave_to}} {{$leave->period}}
@endif @if($teach_subjects)
@if(!empty($teach_subjects->ug_subjects)) @endif @if(!empty($teach_subjects->pg_subjects)) @endif
Teaching Areas in Undergraduation/Post Graduation
Level Subjects
Undergraduation {{ $teach_subjects->ug_subjects }}
Post-Graduation {{ $teach_subjects->pg_subjects }}
@endif @if($thesis_supers->isNotEmpty())
Thesis Supervision Summary on UG/PG/PhD Level
UG PG PhD
{{ $thesis_supers->where('level', 'ug')->first()->title ?? 0 }} {{ $thesis_supers->where('level', 'pg')->first()->title ?? 0 }} {{ $thesis_supers->where('level', 'phd')->first()->title ?? 0 }}
{{-- @if($thesis_supers->where('level', 'ug')->isNotEmpty())
@foreach($thesis_supers->where('level', 'ug') as $thesis) @endforeach
Thesis Supervision on Undergraduation Level
Sl Thesis Title
{{ $loop->iteration }} {{$thesis->title}}
@endif @if($thesis_supers->where('level', 'pg')->isNotEmpty())
@foreach($thesis_supers->where('level', 'pg') as $thesis) @endforeach
Thesis Supervision on Post Graduation Level
Sl Thesis Title
{{ $loop->iteration }} {{$thesis->title}}
@endif --}} @endif @if(!empty($applicant->pro_society))
Member of Professional Society
{{$applicant->pro_society}}
@endif
Recommendations
* Reference-1 Reference-2
Name {{$refs->ref1_name}} {{$refs->ref2_name}}
Position {{$refs->ref1_rank}} {{$refs->ref2_rank}}
Address {{$refs->ref1_addr}} {{$refs->ref2_addr}}
Apply Now