@extends('adminlte::page') @section('title', 'Platform Users') @include('partials.ui-polish') @section('content_header')
| User | Organization | Role | Status | Update | Security |
|---|---|---|---|---|---|
| {{ $user->name }} {{ $user->email }} |
{{ $user->organization?->name ?? 'Platform' }} | {{ $user->role }} | @if($user->locked_at) Locked @else Active @endif @if($user->force_password_reset) Reset required @endif | @if($user->locked_at) @else @endif | |
| No users found. | |||||