Create, edit, assign roles and manage user accounts.
| # | User | Role | Status | Last Seen | Joined | Actions |
|---|---|---|---|---|---|---|
| @if(is_object($users) && method_exists($users, 'currentPage')){{ ($users->currentPage() - 1) * $users->perPage() + $loop->iteration }}@else{{ $loop->iteration }}@endif |
{{ $user['name'] }}
{{ $user['email'] }}
|
@if(($user['role'] ?? null) === 'org-admin') @elseif($user['role']) {{ str_replace('-', ' ', ucfirst($user['role'])) }} @else — @endif | @php $sColor = $statusColors[$user['status'] ?? ''] ?? 'bg-gray-100 text-gray-600'; @endphp {{ ucfirst($user['status'] ?? 'unknown') }} | @if($user['is_online'] ?? false) Online @elseif($user['last_seen_human'] ?? null) {{ $user['last_seen_human'] }} @else Never @endif | {{ $user['created_at'] ?? '—' }} |
@if(($user['status'] ?? '') === 'suspended')
@else
@endif
@if(($user['role'] ?? null) === 'org-admin')
@endif
|
|
No users found. |
||||||
Name
{{ $viewUser['name'] }}
{{ $viewUser['email'] }}
Role
{{ $viewUser['role'] }}Status
@php $vColor = $statusColors[$viewUser['status'] ?? ''] ?? 'bg-gray-100 text-gray-600'; @endphp{{ ucfirst($viewUser['status']) }}Email Verified
{{ $viewUser['email_verified'] }}
Joined
{{ $viewUser['created_at'] }}
You are about to suspend:
{{ $suspendUserName }}
This will immediately prevent the user from logging in and accessing any platform features. You can reactivate the account at any time.
Name
{{ $viewOrg['name'] }}
Status
{{ ucfirst($viewOrg['status'] ?? 'unknown') }}
Plan
{{ $viewOrg['plan'] ?? '—' }}
You are about to suspend the organization:
{{ $revokeOrgName }}
This will suspend the organization account and mark its published courses as archived/inactive. Users belonging to the organization will see that the organization account is suspended.