1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-27 11:47:11 +02:00
invoiceninja/app/views/emails/invoice_text.blade.php
2014-08-31 21:18:42 +03:00

17 lines
329 B
PHP
Executable File

{{ $clientName }},
{{ trans("texts.{$entityType}_message", ['amount' => $invoiceAmount]) }}
{{ $link }}
@if ($emailFooter)
{{ $emailFooter }}
@else
{{ trans('texts.email_signature') }}
{{ $accountName }}
@endif
@if ($showNinjaFooter)
{{ trans('texts.ninja_email_footer', ['site' => 'Invoice Ninja']) }}
{{ NINJA_URL }}
@endif