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

11 lines
206 B
PHP
Raw Normal View History

2014-01-29 11:41:38 +01:00
{{ $clientName }},
2013-11-26 13:45:07 +01:00
2014-04-02 14:28:23 +02:00
{{ trans('texts.invoice_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 }}
@endif