KPI Late Percentage Data KPI Late Percentage 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
--}} @forelse ($kpiEntries as $kpi) @php $user = App\Models\User::where('id', $kpi->user_id)->first(); @endphp @empty @endforelse
Emplyee ID Weight of KPIs Bench Mark/ Target Unit Achievement Sources of Information Score (Out of 100) Weightage Value Justification Action
{{ $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
{{--
--}} {{-- open modal for show employee details --}}