All Employee Service Allocation
@php
$empServiceAllocation = explode(',', $rights->employee_services_allocation);
$add = $empServiceAllocation[0];
$view = $empServiceAllocation[1];
$edit = $empServiceAllocation[2];
$updateStatus = $empServiceAllocation[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Employee |
Service |
Status |
Action |
@endif