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

17 lines
458 B
PHP
Raw Normal View History

2018-09-14 20:00:28 +00:00
@component('mail::message')
# @lang('Welcome, :username,', ['username' => $user->name])
2018-09-14 20:00:28 +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
@component('mail::button', ['url' => 'https://shareit.brunofontes.net'])
{{ config('app.name') }}
@endcomponent
@endcomponent