@csrf @if ($method !== 'POST') @method($method) @endif
@error('tenant_id')
{{ $message }}
@enderror @if ($companies->isEmpty()) No companies available — every active company already has a user. Register a new company, or add more team members from inside the company's own login. @else Only companies without a user are listed (one user per company). The company creates additional team members from its own login. @endif
@error('name')
{{ $message }}
@enderror
@error('email')
{{ $message }}
@enderror
exists)> @error('password')
{{ $message }}
@enderror
@unless ($user->exists)

The login URL, email and password are emailed to the user automatically.

@endunless @if ($user->exists)
@endif
Cancel