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

All KPI Types

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