# {{ ___('mail', 'Invite user header') }}
{{ ___('mail', 'You were invited by user :userFullName to join :appName.', [ 'userFullName' => $userFullName, 'appName' => config('app.name')]) }}
{{ ___('mail', 'Please follow the link bellow to create your account.') }}
{{ $actionText }}
{{ ___('mail', 'subcopy', ['actionText' => $actionText, 'actionURL' => $actionURL]) }}