All Employees
@php
$empSetup = explode(',', $rights->employee_setup);
$add = $empSetup[0];
$view = $empSetup[1];
$edit = $empSetup[2];
$updateStatus = $empSetup[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
Employee Details |
Placement |
Work Status |
Contact Details |
Status |
Action |
@endif