Education
Institute Name :
{{ $employee['education']['institute_name'] ?? 'N/A' }}
Last Degree :
{{ $employee['education']['last_degree'] ?? 'N/A' }}
Campus
{{ $employee['education']['campus'] ?? 'N/A' }}
Session Start :
{{ $employee['education']['session_start'] ?? 'N/A' }}
Session End :
{{ $employee['education']['session_end'] ?? 'N/A' }}
Attached File:
@if (isset($employee['education']['attach_file']))
@else
N/A
@endif
@if (isset($employee['education']))
@else
@endisset
Work Experience
Company Name :
{{ $employee['work_history']['company_name'] ?? 'N/A' }}
Designation :
{{ $employee['work_history']['designation'] ?? 'N/A' }}
Joining Date :
{{ $employee['work_history']['joining_date'] ?? 'N/A' }}
Leaving Date :
{{ $employee['work_history']['leaving_date'] ?? 'N/A' }}
Reason:
{{ $employee['work_history']['reason'] ?? 'N/A' }}
@if (isset($employee['work_history']))
@else
@endif