@include('partials/header') @include('partials/topbar') @include('partials/sidebar')

All KPIs

@php $kpiSetup = explode(',', $rights->kpi_setup); $add = $kpiSetup[0]; $view = $kpiSetup[1]; $edit = $kpiSetup[2]; $updateStatus = $kpiSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Filter
Code KPI KPI Type KPI Group KPI Dimension Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')