{{ $company->name }}
{{ $company->address }}
Project:
Date: {{ $date }}
SIB MRA Report

@foreach ($employees as $employee) @endforeach
MFI Information Personal Information Present Address Permanent Address Emergency Contact Educational Information (Latest Qualification) Language Proficiency
Office Type Branch Name     Branch Code     Staff Full Name (English) (According to NID) Staff Full Name (Bangla, Unicode) (According to NID) NID Number Father's Name (English) Mother's Name (English) Designation Joining Date Blood Group Employee Code/PIN Religion Gender Marital Status Quota Physically Challenged Present Address Present Address Division Code Present Address District Code Present Address Thana/Upazila Code Permanent Address Permanent Address Division Code Permanent Address District Code Permanent Address Thana/Upazila Code Emergency Contact Address Emergency Contact Person Name Emergency Contact Division Emergency Contact District Code Emergency Contact Thana/Upazila Code Emergency Contact Mobile Number Exam Name Group/Subject Name Board Name University Name GPA/CGPA/Division/Class Passing Year Language Name Reading Proficiency Writing Proficiency Speaking Proficiency Listening Proficiency
{{ $employee->branch ? $employee->branch->companyType : '-' }} {{ $employee->branch ? $employee->branch->name : '-' }} {{ $employee->branch ? (string) $employee->branch->formattedMraBranchCode : '-' }} {{ $employee->emp_name_english }} {{ $employee->emp_name_bangla }} {{ ($employee->smart_id_no && is_numeric($employee->smart_id_no)) ? $employee->smart_id_no : ( ($employee->nid_no && is_numeric($employee->nid_no)) ? $employee->nid_no : ( $employee->birth_certificate_no && is_numeric($employee->birth_certificate_no) ? 'BC' . $employee->birth_certificate_no : '-' ) ) }} {{ $employee->father_name_english }} {{ $employee->mother_name_english }} {{ $employee->position_name ?? '-' }} {{ \Carbon\Carbon::parse($employee->joining_date)->format('d-m-Y') }} {{ $employee->blood_group ?? '-' }} {{ $employee->emp_id }} {{ $employee->religion ?? '-' }} {{ $employee->sex ?? '-' }} {{ $employee->maritial_status ?? '-' }} - No {{ $employee->present_address ?? '-' }} {{ $employee->pre_division ?? '-' }} {{ $employee->pre_district_code ?? '-' }} {{ $employee->pre_upazilla_code ?? '-' }} {{ $employee->permanent_address ?? '-' }} {{ $employee->per_division ?? '-' }} {{ $employee->per_district_code ?? '-' }} {{ $employee->per_upazilla_code ?? '-' }} - - - - - - {{ $employee->exam_name ?? '-'}} {{ $employee->group_department ?? '-' }} {{ $employee->board_name ?? '-' }} {{ $employee->edu_institute_name ?? '-' }} {{ $employee->result_grade ?? '-' }} {{ $employee->passing_year ?? '-' }} - - - - -