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

All Employee Statuss

@php $empStatusSetup = explode(',', $rights->employee_status_setup); $add = $empStatusSetup[0]; $view = $empStatusSetup[1]; $edit = $empStatusSetup[2]; $updateStatus = $empStatusSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Code Employee Status Status Action
@endif
@if ($edit == 1) @endif @include('partials/footer')