|
|
| Employee Performance Appraisal |
| Date: | Review period: |
| {{ $data['date']??'' }} | {{ $data['review_period']??'' }} |
| Employee name: | Designation: |
| {{ $users_list[$data['employee_id']]??'' }} | {{ $designation_list[$data['employee_designation']]??'' }} |
| Reviewer Name: | Designation: |
| {{ $users_list[$data['reviewer_id']]??'' }} | {{ $designation_list[$data['reviewer_designation']]??'' }} |
| Performance evaluation | @foreach (config('constant.employee_performance_appraisal.performance_evaluation_radio_value') as $rLabel){{ $rLabel }} | @endforeachComments |
| {{ $label }} | @foreach (config('constant.employee_performance_appraisal.performance_evaluation_radio_value') as $rValue => $rLabel)
@if (isset($otherData[ $key ]) && $otherData[ $key ]['answer_1'] == $rValue)
|
@endforeach
{{ $otherData[$key]['answer_2']??"" }} |
| The performance of skills that needs to be improved |
| {{ $data['performance_of_skills']??'' }} |
| Explicit requirements that are to be performed consistently |
| {{ $data['explicit_requirements']??'' }} |
| Employee name:What actions will be taken to ensure expectations are met? |
| {{ $data['what_actions']??'' }} |
| Specify a date for improvements to be made |
| {{ $data['date_for_improvements']??'' }} |
| Reviewer’s comments |
| {{ $data['reviewers_comments']??'' }} |
| By signing this form, the employee and reviewer confirm all items above have been discussed in detail. Signing this form does not necessarily indicate that the employee agrees with this performance appraisal. |
|
|
|
|
|
|