2014-01-29 11:41:38 +01:00
|
|
|
{{ $clientName }},
|
|
|
|
|
2014-04-02 14:28:23 +02:00
|
|
|
{{ trans('texts.payment_message', ['amount' => $paymentAmount]) }}
|
2014-01-29 11:41:38 +01:00
|
|
|
|
|
|
|
@if ($emailFooter)
|
|
|
|
{{ $emailFooter }}
|
|
|
|
@else
|
2014-04-02 14:28:23 +02:00
|
|
|
{{ trans('texts.email_signature') }}
|
2014-01-29 11:41:38 +01:00
|
|
|
{{ $accountName }}
|
2014-05-11 19:14:44 +02:00
|
|
|
@endif
|
|
|
|
|
2014-05-25 15:40:09 +02:00
|
|
|
@if ($showNinjaFooter)
|
2014-05-11 19:14:44 +02:00
|
|
|
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
|
2014-08-31 20:18:42 +02:00
|
|
|
{{ NINJA_URL }}
|
2014-08-26 10:39:17 +02:00
|
|
|
@endif
|