@extends('layouts.main') @section('title', 'Add New Company') @section('content')

Add New Company

Create a new company user account
Back to Companies
@csrf
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
@error('company')
{{ $message }}
@enderror
@error('workspace_name')
{{ $message }}
@enderror
If provided, a default workspace will be created for this user
Company Creation Process:
  • The new user will be automatically assigned the "Company" role
  • A secure invitation email will be sent to verify their email address
  • The user will create their own secure password after email verification
  • If a workspace name is provided, a default workspace will be created for this user
  • The user must verify their email address to activate their account
  • No password will be sent via email for enhanced security
Cancel
@endsection @section('scripts') @endsection