freescout-support/resources/views/emails/user/user_invite_text.blade.php
2021-02-23 23:12:33 -08:00

10 lines
No EOL
400 B
PHP

{{ __('Hi :user, an account has been created for you at :app_url', ['user' => $user->getFullName(), 'app_url' => '['.\Config::get('app.url').']']) }}
{{ __('Create a Password') }}
-------------------------------------------------
{{ $user->urlSetup() }}
{{ __('Welcome to the team!') }}
-------------------------------------------------
{{ __('Someone on your team created an account for you.') }}