2015-09-03 09:36:00 +02:00
|
|
|
{!! trans('texts.email_salutation', ['name' => $userName]) !!}
|
2015-03-16 22:45:25 +01:00
|
|
|
|
2015-09-03 09:36:00 +02:00
|
|
|
{!! trans("texts.notification_{$entityType}_paid", ['amount' => $paymentAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) !!}
|
2015-03-16 22:45:25 +01:00
|
|
|
|
2015-09-03 09:36:00 +02:00
|
|
|
{!! trans("texts.{$entityType}_link_message") !!}
|
|
|
|
{!! $invoiceLink !!}
|
2015-03-16 22:45:25 +01:00
|
|
|
|
2015-09-03 09:36:00 +02:00
|
|
|
{!! trans('texts.email_signature') !!}
|
|
|
|
{!! trans('texts.email_from') !!}
|
2015-03-16 22:45:25 +01:00
|
|
|
|
2015-09-03 09:36:00 +02:00
|
|
|
{!! trans('texts.user_email_footer') !!}
|