2018-09-14 20:00:28 +00:00
|
|
|
@component('mail::message')
|
2018-09-27 16:00:03 +00:00
|
|
|
# @lang('Welcome, :username,', ['username' => $user->name])
|
2018-09-14 20:00:28 +00:00
|
|
|
|
|
|
|
|
2018-09-27 16:00:03 +00:00
|
|
|
@lang("Thank's for registering at **Share It!**")
|
|
|
|
|
|
|
|
|
|
|
|
@lang("Your account was created, but you still need to activate it. We've sent you another e-mail and we are ready to go!")
|
|
|
|
|
|
|
|
|
|
|
|
@lang("And you? Are you ready to Share It with your friends?")
|
2018-09-14 20:00:28 +00:00
|
|
|
|
|
|
|
|
2018-09-22 18:40:03 +00:00
|
|
|
@component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
|
2018-09-27 16:00:03 +00:00
|
|
|
{{ config('app.name') }}
|
|
|
|
@endcomponent
|
2018-09-22 18:40:03 +00:00
|
|
|
@endcomponent
|