@if (session('success'))
{{ session('success') }}
@endif
@if (session('invalid_emails'))
{{ session('invalid_emails') }}
@endif
@if (session('failed_invitations'))
{{ session('failed_invitations') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
Instructions
- Select the role for the users you want to invite
@if ($user->isAdmin())
- For Manager and Agent roles, select the logistic partner
- For Admin role, leave the partner field empty
@endif
- Enter email addresses in the text area (one per line or separated by commas/semicolons)
- Invalid email addresses will be reported but won't block valid invitations
- Users will receive an email with a registration link valid for 7 days
- Invited users will have "Non-active" status until they complete registration