@foreach(get_appraisal_type() as $valueId=>$valueName)
@endforeach
|
| Tasks / Competencies |
HOD Rating |
Principal Rating |
@foreach($appraisal_datas as $appraisal_data)
@if($appraisal_data->type == "COMPETENCIES (Ratings and Weightages entered by Appraiser)")
@if($appraisal_data->applicable_to == $employee->department)
|
{{$appraisal_data->details}}
|
|
|
|
@endif
@endif
@endforeach
|
| Communication Skills |
HOD Rating |
Principal Rating |
@foreach($appraisal_datas as $appraisal_data)
@if($appraisal_data->type == "Employee Characteristics")
@if($appraisal_data->applicable_to == $employee->department)
|
{{$appraisal_data->details}}
|
|
|
|
@endif
@endif
@endforeach
|
| Head of Department Comments |
|
@if($role->hasRole('Principal'))
| Principal's Comments |
|
@endif