User Management
Overview of all registered system operators.
| Operator Identity | Email & Contact | Status | Permissions | Actions |
|---|---|---|---|---|
|
{{ strtoupper(substr($user->name, 0, 1)) }}
{{ $user->name }}
ID: #{{ $user->id }} • {{ $user->created_at->format('M d, Y') }}
|
{{ $user->email }}
{{ $user->mobile_no ?? 'No phone' }}
|
{{ $user->status ? 'Active' : 'Blocked' }} |
@foreach($user->roles as $role)
{{ $role->name }}
@endforeach
|