@extends('../layout/' . $layout) @section('subhead')
Name | {{ $data['employee']->emp_fname }} |
Father Name | {{ $data['employee']->emp_father_name }} |
Job | {{ $data['employee']->emp_job }} |
Gender | {{ $data['employee']->emp_gender }} |
Phone | {{ $data['employee']->emp_phone }} |
{{ $data['employee']->emp_email }} | |
Address | {{ $data['employee']->emp_address }} |
Status | {{ $data['employee']->emp_status }} |
DOB | {{ $data['employee']->emp_dob }} |
Hire Date | {{ $data['employee']->hire_date }} |
# | Account | Title | Amount Paid | Method | Date |
---|---|---|---|---|---|
{{ ++$c }} | {{ $row->account_id }} | {{ $row->title }} | {{ $row->amount }} | {{ $row->method }} | {{ $row->built_timestamp }} |
# | Contract Type | Contract From | Contract To | Status | Salary | Action |
---|---|---|---|---|---|---|
{{ ++$c }} | {{ $row->contract_type }} | {{ $row->start_date }} | {{ $row->end_date }} | {{ $row->status }} | {{ $row->salary }} |
|