KPI Data KPI Data
@if (session('message'))
× {{ session('message') }}.
@endif
{{-- supervisor_assign Table goes here --}} {{--
@csrf --}} {{-- @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; @endphp @empty @endforelse
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 }} Edit @csrf @method('DELETE') No Data Found
--}} {{-- @if (Auth::user()->role_id == 1) --}} @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 $user = App\Models\User::where('id', $kpi->user_id)->first(); @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 }} Edit @if (Auth::user()->role_id == 1)
@csrf @method('DELETE')
@endif
No Data Found
Total {{ $total_weight_of_kpis }} {{ $total_weightage_value }}
{{-- open modal for show employee details --}}