{{csrf_field()}}

Quarterly/Monthly Performance Rate Card

@foreach($model->employee as $m)
@endforeach @foreach($model->allocation as $a)
@endforeach
@php $date = date('Y/m', strtotime('last month')); @endphp
@foreach($prc_data->points as $p) @foreach($prc_data->comments as $c)

Performance Parameters/Ratings:

SECTION A: To be filled by the Technical Head/Team Leader/Project Manager (Out of 10)
SR NO. PERFORMANCE PARAMETERS RATINGS REVIEW COMMENTS
(Optional)
1
2
3
4
5
@if($employee->reporting_to == $prc_data->supervisor)
SECTION B: To be filled by the Management (Out of 10)
SR NO. PERFORMANCE PARAMETERS RATINGS Review Comments
(optional)
6
7
8
SECTION C: To be filled by the HR (Out of 10)
SR NO. PERFORMANCE PARAMETERS RATINGS Review Comments
(optional)
9
status == '2' ? "readonly" : ""}} >
10
status == '2' ? "readonly" : ""}} >
@endif @endforeach @endforeach
PERFOMANCE GRADE
Grades Score Range Parameters
A+ 90%-100% Outstanding
A 80% - 90% Excellent
B+ 70% - 80% Very Good
B 60% - 70% Good
C+ 50% - 60% Average
C 40% - 50% Just worth retaining
C– 30% - 40% Very Poor, need to Terminate
@if($employee->reporting_to == $prc_data->supervisor) @if($prc_data->status != 2)
@endif @endif
@include('components/footer')