{# app/templates/admin/user-detail.html #} {% extends "admin/base.html" %} {% block title %}User Details{% endblock %} {% block alpine_data %}adminUserDetail(){% endblock %} {% block content %}

User Details

@ |

Back

Loading user details...

Error loading user

Quick Actions

Edit User

Role

-

Status

-

Companies

0

Registered

-

Account Information

Username

@

Email

-

Email Verified

Personal Information

Full Name

-

First Name

-

Last Name

-

Activity Information

Last Login

-

Created At

-

Last Updated

-

Ownership & Memberships

Companies Owned

Companies where this user is the owner

Vendor Memberships

Vendors where this user is a team member

{% endblock %} {% block extra_scripts %} {% endblock %}