mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
12 lines
439 B
PHP
12 lines
439 B
PHP
{!! trans('texts.email_salutation', ['name' => $userName]) !!}
|
|
|
|
{!! trans("texts.notification_{$entityType}_paid", ['amount' => $paymentAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) !!}
|
|
|
|
{!! trans("texts.{$entityType}_link_message") !!}
|
|
{!! $invoiceLink !!}
|
|
|
|
{!! trans('texts.email_signature') !!}
|
|
{!! trans('texts.email_from') !!}
|
|
|
|
{!! trans('texts.user_email_footer', ['link' => URL::to('/settings/notifications')]) !!}
|