Key Responsible Areas (KRA) |
Key Performance Indicators (KPI) |
Weight of KPIs |
Bench Mark/ Target |
Unit |
Achievement |
Sources of Information |
Score (Out of 100) |
Weightage Value |
Justification |
@foreach($kpiEntries as $entry)
{{ $entry->kra_id }} |
{{ $entry->kpi_id }} |
{{ $entry->weight_of_kpis }} |
{{ $entry->bench_mark_target }} |
% |
{{ $entry->achivement }} |
{{ $entry->sources_of_informations }} |
{{ $entry->score }} |
{{ $entry->weight_value }} |
{{ $entry->justification }} |
@php
$totalWeight += $entry->weight_of_kpis;
$totalWeightValue += $entry->weight_value;
@endphp
@endforeach
Total Weight of KPIs: {{ $totalWeight }}
Total Weight Value: {{ $totalWeightValue }}
Staff Signature & Comment |
Supervisor Signature & Comment |
Next Level Supervisor Signature & Comment |