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

Assesment Form Setup

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