mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-25 13:27:59 -05:00
8 lines
242 B
PHP
8 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') !!}
|