All Employee Positions
@php
$positionSetup = explode(',', $rights->position_setup);
$add = $positionSetup[0];
$view = $positionSetup[1];
$edit = $positionSetup[2];
$updateStatus = $positionSetup[3];
@endphp
@if ($add == 1)
@endif
@if ($add == 1)
@endif
@if ($view == 1)
|
ID |
Position |
Cadre |
Status |
Action |
@endif