{{__('Hi!')}}
{{__('teams.user_invited_to_join_team', ['userName' => $invitation->team->owner->name])}}
{{__('If you do not already have an account, you may click the following link to get started:')}}
{{ url('register?invitation='.$invitation->token) }}
{{__('See you soon!')}}