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

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
@if ($edit == 1)