Create New User
arrow_back Back to Users

New User Details

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Cancel

About User Roles

Regular User — Can view and submit support tickets. Cannot respond to tickets unless explicitly granted.

Ticket Responder — Same as regular user, but can also reply to their own open tickets.

Admin — Full access to all features. Admin status can only be set via database.