1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/app/views/emails/invoice_text.blade.php

16 lines
341 B
PHP
Raw Normal View History

2014-01-29 11:41:38 +01:00
{{ $clientName }},
2013-11-26 13:45:07 +01:00
2014-05-20 23:40:09 +02:00
{{ trans("texts.{$entityType}_message", ['amount' => $invoiceAmount]) }}
2014-01-29 11:41:38 +01:00
{{ $link }}
@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-05-25 15:40:09 +02:00
https://www.invoiceninja.com
@endif