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

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)
Filter
ID Position Cadre Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')