Manager Tools

Internal account management.

Create the people who can use Starline ERP and control which workspace each account opens.

Accounts {{ $users->count() }}

Managers can create, update, deactivate, and reset passwords from this workspace.

@if (session('status'))
{{ session('status') }}
@endif

Create account

@csrf

Current accounts

@forelse ($users as $user) @empty @endforelse
Name Role Status Email
{{ $user->name }} {{ $user->roleLabel() }} {{ $user->is_active ? 'Active' : 'Inactive' }} {{ $user->email }} Edit
No accounts found.