2018-09-14 20:00:28 +00:00
|
|
|
@component('mail::message')
|
|
|
|
# Welcome, {{$user->name}},
|
|
|
|
|
2018-09-15 03:04:51 +00:00
|
|
|
Thank's for registering at **Share It!**
|
2018-09-14 20:00:28 +00:00
|
|
|
|
2018-09-22 18:40:03 +00:00
|
|
|
Your account was created, but you still need to activate it. We've sent you another e-mail and we are ready to go!
|
2018-09-14 20:00:28 +00:00
|
|
|
|
2018-09-22 18:40:03 +00:00
|
|
|
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'])
|
|
|
|
Share It!
|
|
|
|
@endcomponent
|