{{ __('Please indicate in which format you would like the Users to be exported.') }}
{{ __('Exports are available in Excel and CSV.') }}
{{ __('Invite users by external link') }}
{{ __('You can invite users easily by sending them this link. They need to register themselves by their name and email address.') }}
{{ __('Be careful: anyone with this link can register and complete a profile! Completed profiles will be invoiced. You can close this link on the details page by indicating a deadline date.') }}
@if ($invitelinks->first() != null)
@foreach ($invitelinks as $invitelink)
@endforeach
{{ __('You can also reset the invite links, for instance if you think the link is used by other people than those intended.') }}