mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
8 lines
313 B
PHP
8 lines
313 B
PHP
{!! trans('texts.email_salutation', ['name' => $userName]) !!}
|
|
|
|
{!! trans("texts.notification_invoice_payment_failed", ['amount' => $paymentAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) !!}
|
|
|
|
{!! $payment->gateway_error !!}
|
|
|
|
{!! trans('texts.email_signature') !!}
|
|
{!! trans('texts.email_from') !!} |