Manage administrator accounts
| ID | Username | Role | Status | Last Login | Created | Actions | |
|---|---|---|---|---|---|---|---|
| = $user['id'] ?> | = htmlspecialchars($user['username']) ?> | = htmlspecialchars($user['email']) ?> | = htmlspecialchars(ucfirst(str_replace('_', ' ', $user['role']))) ?> | = $user['is_active'] ? 'Active' : 'Inactive' ?> | = $user['last_login_at'] ?? 'Never' ?> | = date('Y-m-d', strtotime($user['created_at'] ?? '')) ?> |