@if(empty($code))

{{ __('Registration is by invitation only. Please contact an administrator to receive an invitation.') }}

{{ __('Return to login') }}
@elseif($invitationAccepted)

{{ __('This invitation code has already been used to create an account.') }}

{{ __('Return to login') }}
@else @error('general')
{{ $message }}
@enderror
{{ __('Create account') }}
{{ __('Already have an account?') }} {{ __('Log in') }}
@endif