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

All Cost Center Types

@php $ccTypeSetup = explode(',', $rights->cost_center_types); $add = $ccTypeSetup[0]; $view = $ccTypeSetup[1]; $edit = $ccTypeSetup[2]; $updateStatus = $ccTypeSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
ID CC Type Remarks Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')