Key Performance Indicators (KPI) List Key Performance Indicators (KPI)
@if (is_null($kpis) || empty($kpis))

Currently No Information Available!

@else @if (session('message'))
× {{ session('message') }}.
@endif
{{-- Create --}}
{{-- kpi Table goes here --}} @php $sl=0 @endphp @foreach ($kpis as $kpi) @php $kras = App\Models\Kra::find($kpi->kra_id); @endphp @endforeach
Sl# KRA Name KPI Name Active Actions
{{ ++$sl }} @if (is_null($kras) || empty($kras)) Currently No Information Available! @else {{ $kras->name }} @endif {{ $kpi->name }}
@csrf
{{-- $kpi->id]) }}>Edit $kpi->id]) }}>Show --}} @if($kpi->id !== 1)
@csrf @method('delete')
@endif
@endif