Users
📸 Users List
View all users in the organization. Table shows Name, Email, Role, Status (Active/Inactive), and Last Login. Create User button and search/filter options. Route: /user

📸 Create New User — Search Modal
Modal for creating or inviting a user. Search existing users by email or create a new user entry. Route: /user/create

📸 Create New User Form
Full user creation form: First Name, Last Name, Email, Role assignment, and Status toggle. Submit to create and send invitation. Route: /user/create

📸 User Detail
User profile detail showing Personal Info (First name, Last name, Email), Account details (Provider, Status, Role, User ID), and Activity log (Joined date, Last updated). Route: /user/:id
