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

Assessment Parameter Setup

@php $apsRights = explode(',', $rights->assessment_parameter_setup); $add = $apsRights[0] ?? 1; $view = $apsRights[1] ?? 1; $edit = $apsRights[2] ?? 1; $updateStatus = $apsRights[3] ?? 1; @endphp @if ($add == 1)
@endif
@if ($view == 1)
Assessment Parameter Details Cost Center Status Action
@endif
@if ($add == 1) @endif @if ($edit == 1) @endif @include('partials/footer')