3 lines
304 B
PHP
3 lines
304 B
PHP
{{ __('Hello :user_name', ['user_name' => $user->getFirstName()]) }},
|
|
|
|
{!! __("This is a quick note to let you know that your :company_name password has been successfully updated. If you didn't request this change, please contact the administrator.", ['company_name' => App\Option::getCompanyName()]) !!} |