Operation Identity

Website Users

Manage the operators authorized to access the Nowhere Nation Command Center.

Add Operator
{{ $this->users->total() }} {{ Str::plural('operator', $this->users->total()) }}
@forelse ($this->users as $user) @empty @endforelse
Operator Authorization Level Status Last Login Password Actions
{{ $user->initials() }} {{ $user->name }} {{ '@'.$user->username }} · {{ $user->email }}
{{ $user->authorization_level->label() }} {{ $user->last_login_at?->diffForHumans() ?? 'Never' }} @if ($user->must_change_password) Change required @else Permanent @endif Manage
No operators match your search.
@if ($this->users->hasPages())
{{ $this->users->links() }}
@endif