@extends('admin.layouts.layouts') @section('title', 'View Employee Master') @section('page-css') @endsection @section('content')
{{ $showDetails->employeeDesignation->name ?? ''}}
Employee Code: {{ $showDetails->employee_code ?? '-' }}
Blood Group: {{ $showDetails->blood_group ?? '-' }}
Date Of Joining: {{ isset($showDetails->date_of_joining) ? date('d-m-Y', strtotime($showDetails->date_of_joining)) : '-' }}
Phone Number: {{ $showDetails->phone_number ?? '-' }}
Work Email: {{ $showDetails->work_email ?? '-' }}
Date Of Birth: {{ isset($showDetails->date_of_birth) ? date('d-m-Y', strtotime($showDetails->date_of_birth)) : '-' }}
Permanent Address: {{ $showDetails->address ?? '-' }}
Gender: {{ $showDetails->gender ?? '-' }}
Reporting Person: {{ $showDetails->reportingPerson?->short_name ?? '' }}
Personal Email:
{{ $showDetails->email ?? '-' }}
Phone Number:
{{ $showDetails->phone_number ?? '-' }}
Gender:
{{ $showDetails->gender ?? '-' }}
Permanent Address:
{{ $showDetails->address ?? '-' }}
Status:
Mother Name:
{{ $showDetails->mother_name ?? '-' }}
Blood Group:
{{ $showDetails->blood_group ?? '-' }}
Date Of Birth:
{{ isset($showDetails->date_of_birth) ? date('d-m-Y', strtotime($showDetails->date_of_birth)) : '-' }}
Residential Address:
{{ $showDetails->residential_address ?? '-' }}
Employee Code:
{{ $showDetails->employee_code ?? '-' }}
Date Of Joining:
{{ isset($showDetails->date_of_joining) ? date('d-m-Y', strtotime($showDetails->date_of_joining)) : '-' }}
Employee Designation:
{{ $showDetails->employeeDesignation->name ?? '-' }}
Expense Limit:
{{ $showDetails->employeeDesignation?->grade?->expense_limit ?? '-' }}
Role Permission:
{{ $showDetails->employeeRole->name ?? '-' }}
Head Manager:
{{ $showDetails->headManager->name ?? '-' }}
Mod Of Travel:
{{ $showDetails->getModOfTravelNamesAttribute() ?? '-' }}
No Of Work From Home:
{{ $showDetails->no_of_wfh ?? '-' }}
Country:
{{ $showDetails->countries?->country_name ?? '-' }}
Region:
{{ $showDetails->regions?->region_name ?? '-' }}
Mediclaim Policy:
{{ ($showDetails->mediclaim_policy == '1') ? 'Yes' : 'No' }}
Policy Start Date:
{{ isset($showDetails->policy_start_date) ? date('d-m-Y', strtotime($showDetails->policy_start_date)) : '' }}
Policy End Date:
{{ isset($showDetails->policy_end_date) ? date('d-m-Y', strtotime($showDetails->policy_end_date)) : '' }}
Policy Number:
{{ $showDetails->policy_number }}
Policy Copy:
Not uploaded
@endifWork Email:
{{ $showDetails->work_email ?? '-' }}
Employee Department:
{{ $showDetails->employeeDepartment->name ?? '-' }}
Grade:
{{ $showDetails->employeeDesignation?->grade?->grade ?? '-' }}
Shift Type:
{{ $showDetails->shiftType->name ?? '-' }}
Reporting Person:
{{ $showDetails->reportingPerson?->short_name ?? '-' }}
Cold Storage:
{{ $showDetails->coldStorage->storage_name ?? '-' }}
Check In Option:
{{ $showDetails->check_in_option ? str_replace(',', ', ', $showDetails->check_in_option) : '-' }}
Area Location:
{{ $showDetails->area_location ?? '-' }}
Base Location:
{{ $showDetails->base_location ?? '-' }}
Welcome Kit Given:
{{ ($showDetails->welcome_kit == '1') ? 'Yes' : 'No' }}
Medical Disability:
{{ ($showDetails->medical_disability == '1') ? 'Yes' : 'No' }}
Disability:
{{ $showDetails->medical_disability_name }}
Aadhar Card Number:
{{ $formattedAadhar }}
Aadhar Front:
Not uploaded
@endifAadhar Back:
Not uploaded
@endifPan Card Number:
{{ strtoupper($showDetails->pan_number) ?? '-' }}
Pan Image:
Not uploaded
@endifBank Name:
{{ $showDetails->bank_name ?? '-' }}
Account No:
{{ $showDetails->account_no ?? '-' }}
IFSC Code:
{{ $showDetails->ifsc_code ?? '-' }}
Cheque No:
{{ $showDetails->cheque_number ?? '-' }}
Cheque Image:
Not uploaded
@endifBank Name:
{{ $showDetails->bank_name ?? '-' }}
Account No:
{{ $showDetails->account_no ?? '-' }}
IFSC Code:
{{ $showDetails->ifsc_code ?? '-' }}
Cheque No:
{{ $showDetails->cheque_number ?? '-' }}
Cheque Image:
Not uploaded
@endifBank Name:
{{ $showDetails->company_bank_name ?? '-' }}
Account No:
{{ $showDetails->company_account_no ?? '-' }}
IFSC Code:
{{ $showDetails->company_ifsc_code ?? '-' }}
Emergency Contact No. 1:
{{ $showDetails->emergency_contact_1 ?? '-' }}
Name:
{{ $showDetails->name_1 ?? '-' }}
Name of Relationship:
{{ $showDetails->name_relation_1 ?? '-' }}
Address:
{{ $showDetails->address_1 ?? '-' }}
Emergency Contact No. 2:
{{ $showDetails->emergency_contact_2 ?? '-' }}
Name:
{{ $showDetails->name_2 ?? '-' }}
Name of Relationship:
{{ $showDetails->name_relation_2 ?? '-' }}
Address:
{{ $showDetails->address_2 ?? '-' }}
Employer Name:
{{ $employeeWorkExperience->employer_name ?? '-' }}
Starting Salary:
{{ $employeeWorkExperience->starting_salary ?? '-' }}
Starting Designation:
{{ $employeeWorkExperience->starting_designation ?? '-' }}
From Date:
{{ isset($employeeWorkExperience->from_date) ? date('d-m-Y', strtotime($employeeWorkExperience->from_date)) : '-' }}
Reason For Leaving:
{{ $employeeWorkExperience->leaving_reason ?? '-' }}
Location:
{{ $employeeWorkExperience->location ?? '-' }}
Leaving Salary:
{{ $employeeWorkExperience->leaving_salary ?? '-' }}
Leaving Designation:
{{ $employeeWorkExperience->leaving_designation ?? '-' }}
To Date:
{{ isset($employeeWorkExperience->to_date) ? date('d-m-Y', strtotime($employeeWorkExperience->to_date)) : '-' }}
No Record Found
@endif| No | Salary | Start Date | End Date | Action |
|---|