19 lines
387 B
PHP
19 lines
387 B
PHP
{{ $clientName }},
|
|
|
|
{{ trans('texts.payment_message', ['amount' => $paymentAmount]) }}
|
|
|
|
@if (isset($emailMessage) && $emailMessage)
|
|
{{ $emailMessage }}
|
|
@endif
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
{{ trans('texts.email_signature') }}
|
|
{{ $accountName }}
|
|
@endif
|
|
|
|
@if ($showNinjaFooter)
|
|
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
|
|
{{ NINJA_WEB_URL }}
|
|
@endif
|