mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-24 20:26:02 +00:00
15 lines
354 B
PHP
15 lines
354 B
PHP
@component('mail::message')
|
|
# Welcome, {{$user->name}},
|
|
|
|
Thank's for registering at **Share It!**
|
|
|
|
Your account was created and it is active. And you? Are you ready to Share It with your friends? :)
|
|
|
|
@component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
|
|
Share it!
|
|
@endcomponent
|
|
|
|
Thanks,<br>
|
|
{{ config('app.name') }}
|
|
@endcomponent
|