All Employee Working Status
@php
$empWorkingStatus = explode(',', $rights->employee_working_status_setup);
$add = $empWorkingStatus[0];
$view = $empWorkingStatus[1];
$edit = $empWorkingStatus[2];
$updateStatus = $empWorkingStatus[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Code |
Employee Working Status |
Job Continuation |
Status |
Action |
@endif