10 lines
400 B
PHP
10 lines
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.') }} |