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

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
@if ($edit == 1) @endif @if ($view == 1) @endif @include('partials/footer')