Users
Manage who can access Freeman.
Create new user
@if ($users->isEmpty())
@else
@endif
No users yet. Create one above.
| Username | Created | Status | ||
|---|---|---|---|---|
| {{ $user->username }} | {{ $user->email }} | {{ $user->created_at->format('M j, Y') }} | @if ($user->must_change_password) Password change required @else Active @endif |
|