@include('layouts.header')
No employee found with the provided code.
Department: {{ $employee->Department }}
Designation: {{ $employee->Designation }}
Date Of Birth: {{ \Carbon\Carbon::parse($employee->DateOfBirth)->format('d-M-Y') }}
Shift Timing: {{ $employee->ShiftTiming }}
Phone Number: {{ $employee->MobileNumber }}
Gender: {{ $employee->Gender }}
Father's Name: {{ $employee->FatherName }}
Profile Status: {{ $employee->ProfileStatus }}
Date of Joining: {{ \Carbon\Carbon::parse($employee->DateOfJoining)->format('d-M-Y') }}
Location: {{ $employee->WorkingLocation }}
Manager: {{ $employee->ReportingManager }}