All KPI Groups
@php
$kpiGroupSetup = explode(',', $rights->kpi_group);
$add = $kpiGroupSetup[0];
$view = $kpiGroupSetup[1];
$edit = $kpiGroupSetup[2];
$updateStatus = $kpiGroupSetup[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Code |
KPI Group |
Status |
Action |
@endif