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

All Cost Centers

@php $ccSetup = explode(',', $rights->cost_center_setup); $add = $ccSetup[0]; $view = $ccSetup[1]; $edit = $ccSetup[2]; $updateStatus = $ccSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Filter
Code Cost Center CC Type Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')