@extends('layouts/microfin_layout') @section('title', '| Employee') @section('content') @include('successMsg')
| Personal Information: | ||
|---|---|---|
| Employee Id | : | {{$hrAllEmployeeDetails->emp_id}} |
| Name | : | {{$hrAllEmployeeDetails->emp_name_english}} |
| Father's Name | : | {{$hrAllEmployeeDetails->father_name_english}} |
| Mother's Name | : | {{$hrAllEmployeeDetails->mother_name_english}} |
| Sex | : | {{$hrAllEmployeeDetails->sex}} |
| Religion | : | {{$hrAllEmployeeDetails->religion}} |
| Date of birth | : | Warning: Undefined variable $hrAllEmployeeDetails in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/employee/employeeList/employeeDetails.blade.php on line 45 Warning: Attempt to read property "date_of_birth" on null in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/employee/employeeList/employeeDetails.blade.php on line 45 Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /home/shikkhaplus/public_html/guk_bk/resources/views/microfin/employee/employeeList/employeeDetails.blade.php on line 45 01/01/1970 |
| Blood Group | : | {{$hrAllEmployeeDetails->blood_group}} |
| Mobile Number | : | {{$hrAllEmployeeDetails->mobile_number}} |
| Nid no | : | {{$hrAllEmployeeDetails->nid_no}} |
| : | {{$hrAllEmployeeDetails->email}} | |
| Birth certificate no | : | {{$hrAllEmployeeDetails->birth_certificate_no}} |
| Present Address | : | {{$hrAllEmployeeDetails->present_address}} |
| Permanent Address | : | {{$hrAllEmployeeDetails->permanent_address}} |
| Organization Information: | ||
|---|---|---|