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

All Users

@php $userSetup = explode(',', $rights->user_setup); $add = $userSetup[0]; $view = $userSetup[1]; $edit = $userSetup[2]; $updateStatus = $userSetup[3]; @endphp @if ($add == 1)
@endif
@if ($add == 1) @endif @if ($view == 1)
{{-- --}}
UserId Name Email RoleEmployee NameStatus Action
@endif
@if ($edit == 1) @endif @include('partials/footer')