shareit/resources/views/emails/welcome.blade.php

15 lines
349 B
PHP
Raw Normal View History

2018-09-14 20:00:28 +00:00
@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