2015-09-03 10:36:00 +03:00
|
|
|
{!! trans('texts.email_salutation', ['name' => $userName]) !!}
|
2015-03-17 07:45:25 +10:00
|
|
|
|
2015-09-03 10:36:00 +03:00
|
|
|
{!! trans("texts.notification_{$entityType}_sent", ['amount' => $invoiceAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) !!}
|
2015-03-17 07:45:25 +10:00
|
|
|
|
2015-09-03 10:36:00 +03:00
|
|
|
{!! trans('texts.email_signature') !!}
|
|
|
|
|
{!! trans('texts.email_from') !!}
|
2015-03-17 07:45:25 +10:00
|
|
|
|
2016-05-15 23:16:08 +03:00
|
|
|
{!! trans('texts.user_email_footer', ['link' => URL::to('/settings/notifications')]) !!}
|