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)
Select an employee to view assigned Cost Centers.
@endif
@endif