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

All Activated Cost Center

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