invoiceninja/app/views/emails/invoice_text.blade.php
Hillel Coren f515d57669 Bug fixes
2014-05-25 16:40:09 +03:00

16 lines
No EOL
341 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']) }}
https://www.invoiceninja.com
@endif