prepare($sql); $stmt->execute($params); $users = $stmt->fetchAll(PDO::FETCH_ASSOC); // Fetch all unique roles for the filter dropdown $rolesStmt = db()->query("SELECT name FROM roles ORDER BY name"); $roles = $rolesStmt->fetchAll(PDO::FETCH_COLUMN); ?> Admin - User Management

User Management

Create User
Search & Filter
All Users
Username Role Branch Actions
No users found.
Edit Delete
Back to Dashboard