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 |
Role |
{{-- Employee Name | --}}
Status |
Action |
@endif