Manager Tools

Edit account

Update role, availability, or reset the password for {{ $managedUser->name }}.

Current role {{ $managedUser->roleLabel() }}

{{ $managedUser->is_active ? 'This account is active.' : 'This account is currently inactive.' }}

@if (session('status'))
{{ session('status') }}
@endif
@csrf @method('PUT') @if (auth()->id() === $managedUser->id)

Your own account stays active so you do not accidentally lock out the ERP.

@endif