shareit/resources/views/emails/welcome.blade.php
Bruno Fontes a3e9abbd4c
Improving email contents
On email body, it usually appeared as the button to the website
would take directly an action, so the text was changed to make
sure the user will understand he is only going to access
the website.
2018-09-22 15:47:24 -03:00

12 lines
374 B
PHP

@component('mail::message')
# Welcome, {{$user->name}},
Thank's for registering at **Share It!**
Your account was created, but you still need to activate it. We've sent you another e-mail and we are ready to go!
And you? Are you ready to Share It with your friends? :)
@component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
Share It!
@endcomponent