@extends('adminlte::page') @section('title', 'Organization Users') @include('partials.ui-polish') @section('content_header')
| User | Employee Match | Role | Status | Update |
|---|---|---|---|---|
|
{{ $user->name }}
{{ $user->email }}
|
@if($employee)
Matched
{{ $employee->full_name }} ({{ $employee->employee_code }})
@else
No employee email match
@endif
|
{{ $user->role }} |
@if($user->locked_at)
Locked
{{ $user->locked_at->format('M d, H:i') }}
@else
Active
@endif
@if($user->force_password_reset)
Password reset required
@endif
|
|
| No users found. | ||||