shareit/resources/views/emails/welcome.blade.php
Bruno Fontes f6ab437889
Added PTB Translation of emails and some pages
Now the main page, item page and e-mails are translated
into Brazilian Portuguese
2018-09-27 20:13:14 -03:00

17 lines
458 B
PHP

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