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

All Allocated Employee Cost Center

@php $empCCAllocation = explode(',', $rights->employee_cost_center_allocation); $add = $empCCAllocation[0]; $view = $empCCAllocation[1]; $edit = $empCCAllocation[2]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1) @if($EmployeeCCCount > 0)



@csrf
@endif @endif
@include('partials/footer')