Create User

Create a new user account

@csrf

User Information

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@error('role')

{{ $message }}

@enderror

Staff: Can be assigned to manage multiple agencies

Security Note

Admin-created accounts are automatically set to "active" status and have immediate access to the system.

Cancel