Employee Name {{ $appraisal_allocation->employee_get->first_name }} {{ $appraisal_allocation->employee_get->last_name }}
Appraisal Date {{ date('d-m-Y') }}
Appraisal Period {{ date('Y') }}-{{ date('Y', strtotime('+1 year')) }}
Team {{ $appraisal_allocation->employee_get->departments->department }}
Domin {{ $appraisal_allocation->employee_get->domains->domain }}
Appraiser's Name {{ $appraisal_allocation->allocation_single->first_name }} {{ $appraisal_allocation->allocation_single->last_name }}
Total {{ $sum }}
Percentage {{ $average }}%
Unsatisfactory | Marginal | Satisfactory | Highly Satisfactory | Exceptional |
---|---|---|---|---|
1 | 2 | 3 | 4 | 5 |
Sr No. | Questions | Ranking | Comments |
---|---|---|---|
{{ $i }} |
{{ $main_section->question }} |
{{ isset($data['question'][$i]) ? $data['question'][$i] : '' }} |
{{ isset($data['comment'][$i]) ? $data['comment'][$i] : '' }} |
Sr No. | To be filled by the Appraiser/Appraisee | Filled by Appraisee |
---|---|---|
{{ ++$i }} | {{ $e_que->question}} |
{{ isset($data['extra_comment'][$e_key]) ? $data['extra_comment'][$e_key] : "" }} |
{{ ++$i }} | {{ $e_que->question}} |
{{ isset($data['extra_comment'][$e_key]) ? $data['extra_comment'][$e_key] : "" }} |
Comments and Suggestions by the Appraiser: [For Supervisor/ Management]
{{ isset($data['suggestion']) ? $data['suggestion'] : "" }}
Recommendations
{{ isset($data['recommendation']) ? $data['recommendation'] : "" }}
EC ID {{ $appraisal_allocation->supervisor_get->id }}
EC Name {{ $appraisal_allocation->supervisor_get->first_name }} {{ $appraisal_allocation->supervisor_get->last_name }}
AREAS TO BE IMPROVED/PROFESSIONAL DEVELOPMENT GOALS (FOR EC)
{{ isset($data['ec_section']) ? $data['ec_section'] : "" }}
{{ $cat->cat_name }} | {{ $cat->range }} | {{ $cat->description }} |