@if (is_null($kpis) || empty($kpis))
@else
@if (session('message'))
Currently No Information Available!
×
{{ session('message') }}.
@endif
{{-- Create --}}
{{-- kpi Table goes here --}}
Sl# | KRA Name | KPI Name | Active | Actions |
---|---|---|---|---|
{{ ++$sl }} | @if (is_null($kras) || empty($kras)) Currently No Information Available! @else {{ $kras->name }} @endif | {{ $kpi->name }} |
{{-- $kpi->id]) }}>Edit
$kpi->id]) }}>Show --}}
|