7 lines
242 B
PHP
7 lines
242 B
PHP
{!! trans('texts.confirmation_header') !!}
|
|
|
|
{!! $invitationMessage . trans('texts.confirmation_message') !!}
|
|
{!! URL::to("user/confirm/{$user->confirmation_code}") !!}
|
|
|
|
{!! trans('texts.email_signature') !!}
|
|
{!! trans('texts.email_from') !!}
|