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

All Employee Documentss

@php $empDocuments = explode(',', $rights->employee_documents); $add = $empDocuments[0]; $view = $empDocuments[1]; $edit = $empDocuments[2]; $updateStatus = $empDocuments[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
Employee Details Description Employee Documents Status Action
@endif
@if ($edit == 1) {{-- --}} @endif @include('partials/footer')