@include('admin.includesV2.backendAlert')
| ID | Name | Type | Status | Action | |
|---|---|---|---|---|---|
| {{$user->id}} | {{$user->name}} | {{$user->email}} | {{$user->user_type != NULL ? $userType[$user->user_type] : 'NA'}} | {{$user->status == 'Y' ? 'Active' : 'Inactive'}} |
Edit
@php
$deleteAllowed = config("dashboard_constant.DELETEALLOWED");
@endphp
@if($deleteAllowed)
@endif
|
| ID | Name | Type | Status | Action |