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

All Employee Cadres

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