@extends('layouts.master', ['title' => 'My Profile']) @section('style') @endsection @section('contents')
| Reporting Name: | {{ isset($manager->first_name) ? $manager->first_name . ' ' . $manager->last_name : '' }} |
| Reporting Designation: | {{isset($manager->first_name) ? get_role_name($manager->role_id) : '' }} |
| Reporting Email: | {{ $details->reporting_email }} |
| Gender: | {{ !empty($details->getPersonalDetail) ? $details->getPersonalDetail->emp_gender : '' }} |
| Category: | {{ !empty($details->getPersonalDetail) ? $details->getPersonalDetail->emp_category : '' }} |
| Work Order No: | {{ $details->emp_work_order }} |
| Job Place: | {{ $details->emp_place_of_posting }} |
| Department: | {{ $details->department }} |
| Functional Role: | {{ $details->emp_functional_role }} |
| Date of Joining: | {{ date('jS F, Y', strtotime($details->emp_doj)) }} |
| CTC: | {{ !empty($details->getBankDetail) ? Illuminate\Support\Number::currency($details->getBankDetail->emp_salary, in: 'INR') : '' }} |
| Permanent Address: | {{ !empty($details->getAddressDetail) ? $details->getAddressDetail->emp_permanent_address : '' }} |
| Correspondence Address: | {{ !empty($details->getAddressDetail) ? $details->getAddressDetail->emp_local_address : '' }} |
| Date of birth: | {{ !empty($details->getPersonalDetail) ? date('jS F,Y', strtotime($details->getPersonalDetail->emp_dob)) : '' }} |
| Personal Contact no: | {{ $details->emp_phone_first }} |
| Alternate Contact no: | {{ $details->emp_phone_second }} |
| Personal Email Id: | {{ $details->emp_email_first }} |
| Alternate Email Id: | {{ $details->emp_email_second }} |
| Father Name: | {{ !empty($details->getPersonalDetail) ? $details->getPersonalDetail->emp_father_name : '' }} |
| Father Contact No: | {{ !empty($details->getPersonalDetail) ? $details->getPersonalDetail->emp_father_mobile : '' }} |
| Blood Group : | {{ !empty($details->getPersonalDetail) ? $details->getPersonalDetail->emp_blood_group : '' }} |
| Marital Status : | {{ !empty($details->getPersonalDetail) ? $details->getPersonalDetail->emp_marital_status : '' }} |
| Husband / Wife Name : | {{ !empty($details->getPersonalDetail) ? $details->getPersonalDetail->emp_husband_wife_name : '' }} |
| No of Childrens : | {{ !empty($details->getPersonalDetail) ? $details->getPersonalDetail->emp_children : '' }} |
| Working Status : | {{ $details->emp_current_working_status }} |
| 10th Passing Year: | {{ !empty($details->education) ? $details->education->emp_tenth_year : '' }} |
| Percentage/Grade: | {{ !empty($details->education) ? $details->education->emp_tenth_percentage : '' }} |
| Board Name | {{ !empty($details->education) ? $details->education->emp_tenth_board_name : '' }} |
| 12th Passing Year: | {{ !empty($details->education) ? $details->education->emp_tenth_year : '' }} |
| Percentage/Grade: | {{ !empty($details->education) ? $details->education->emp_twelve_percentage : '' }} |
| Board Name | {{ !empty($details->education) ? $details->education->emp_twelve_board_name : '' }} |
| Graduation Passing Year/pursuing | {{ !empty($details->education) ? $details->education->emp_graduation_year : '' }} |
| Percentage/Grade: | {{ !empty($details->education) ? $details->education->emp_graduation_percentage : '' }} |
| Mode Of Graduation | {{ !empty($details->education) ? $details->education->emp_graduation_mode : '' }} |
| Degree Name | {{ !empty($details->education) ? $details->education->emp_gradqualification : '' }} |
| Post Graduation Passing Year/pursuing | {{ !empty($details->education) ? $details->education->emp_postgraduation_year : '' }} |
| Percentage/Grade: | {{ !empty($details->education) ? $details->education->emp_postgraduation_percentage : '' }} |
| Mode Of Post Graduation | {{ !empty($details->education) ? $details->education->emp_postgraduation_mode : '' }} |
| Degree Name | {{ !empty($details->education) ? $details->education->emp_postgradqualification : '' }} |
| Bank Name : | {{ !empty($details->getBankDetail) && $details->getBankDetail->getBankData ? $details->getBankDetail->getBankData->name_of_bank : '' }} |
| Branch Name : | {{ !empty($details->getBankDetail) && $details->getBankDetail->getBankData ? $details->getBankDetail->emp_branch : '' }} |
| IFSC Code : | {{ !empty($details->getBankDetail) ? $details->getBankDetail->emp_ifsc : '' }} |
| Account No : | {{ !empty($details->getBankDetail) ? $details->getBankDetail->emp_account_no : '' }} |
| Aadhar No : | {{ !empty($details->getIdProofDetail) ? $details->getIdProofDetail->emp_aadhaar_no : '' }} |
| Pan No : | {{ !empty($details->getBankDetail) ? $details->getBankDetail->emp_pan : '' }} |
| PF UAN No : | {{ !empty($details->getBankDetail) ? $details->getBankDetail->emp_pf_no : '' }} |
| ESI No : | {{ !empty($details->getBankDetail) ? $details->getBankDetail->emp_esi_no : '' }} |
| Passport No. : | {{ !empty($details->getIdProofDetail) ? $details->getIdProofDetail->emp_passport_no : '' }} |
| Working Status: | {{ $details->emp_current_working_status }} |