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
2014-04-02 15:28:23 +03:00

11 lines
206 B
PHP
Executable File

{{ $clientName }},
{{ trans('texts.invoice_message', ['amount' => $invoiceAmount]) }}
{{ $link }}
@if ($emailFooter)
{{ $emailFooter }}
@else
{{ trans('texts.email_signature') }}
{{ $accountName }}
@endif