{{ __('email_hello') }} {{ $lastName }} {{ $firstName }},
{{ __('email_account_creation_text_1', ['team_name' => $teamName]) }}
{{ __('email_account_creation_text_2') }}
{{ (!is_null($email) && !is_null($password)) ? __('email_account_creation_text_3') : __('email_account_creation_text_3_prim') }}
|
@if(!is_null($email) && !is_null($password))