KPI Data
@if (session('message'))
× {{ session('message') }}.
@endif
@php $total_weight_of_kpis = 0; $total_weightage_value = 0; @endphp @forelse ($kpiEntries as $kpi) @php $kpi_name = App\Models\Kpi::where('id', $kpi->kpi_id)->first()->name; $kra_name = App\Models\Kra::where('id', $kpi->kra_id)->first()->name; $total_weight_of_kpis += $kpi->weight_of_kpis; $total_weightage_value += $kpi->weight_value; @endphp @php @endphp @empty @endforelse
Emplyee ID 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 Action
{{ $kra_name }} {{ $kpi_name }} {{ $kpi->weight_of_kpis }} {{ $kpi->bench_mark_target }} % {{ $kpi->achivement }} {{ $kpi->sources_of_informations }} {{ $kpi->score }} {{ $kpi->weight_value }} {{ $kpi->justification }} REPORT @if (Auth::user()->role_id == 1)
@csrf @method('DELETE')
@endif
No Data Found
Total {{ $total_weight_of_kpis }} {{ $total_weightage_value }}