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