@php $role = Auth::user(); $hrRole = Spatie\Permission\Models\Role::where('name', HR_ROLE)->first(); $user = $employee->user; $dept = ""; @endphp
@csrf
Emp ID
Employee Name
Designation
Department
Date of Joining
@foreach(get_appraisal_type() as $valueId=>$valueName)
@endforeach
@foreach($appraisal_datas as $appraisal_data) @if($appraisal_data->type == "COMPETENCIES (Ratings and Weightages entered by Appraiser)") @if($appraisal_data->applicable_to == $employee->department) @endif @endif @endforeach
Tasks / Competencies HOD Rating Principal Rating
{{$appraisal_data->details}}
@foreach($appraisal_datas as $appraisal_data) @if($appraisal_data->type == "Employee Characteristics") @if($appraisal_data->applicable_to == $employee->department) @endif @endif @endforeach
Communication Skills HOD Rating Principal Rating
{{$appraisal_data->details}}
Areas of Improvement/Tasks/Goals Review By Date
Training Title Due By
@if($role->hasRole('Principal')) @endif
Head of Department Comments
Principal's Comments