@php $role = Auth::user(); $hrRole = Spatie\Permission\Models\Role::where('name', HR_ROLE)->first(); $user = $employee->user; if($user->hasRole(HR_ROLE)){ $dept = 3; }else{ $dept = $employee->department; } @endphp
@csrf
Emp ID
Employee Name
Designation
Department
Date of Joining
Objectives Discussion Points/ Action Agreed
@foreach($performance_reviews as $review) @endforeach
Performance Review Rating(4-Excellent ,1-Improvement Required)
{{$review->performance_review}}
Performance Feedback - Outline of areas where employee is performing well against objectives and standards set:
Where any areas require improvement give details below:
Areas for Improvement Discussion Points / Action Agreed
Outline the employee's views on the job, work environment and working conditions:
Managers Action Points:
Summary of employee's overall performance:
@if($role->hasRole('Vp')|| $role->hasRole('Executive-Admin') ) @endif @if($role->hasRole('Principal')) @endif

(If No, give details of the concerns and schedule a Probation Period Hearing date below:)
Extension of Probationary Period: