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

12 lines
186 B
PHP
Raw Normal View History

2014-01-29 11:41:38 +01:00
{{ $clientName }},
2013-11-26 13:45:07 +01:00
2014-01-29 11:41:38 +01:00
To view your invoice for {{ $invoiceAmount }}, click the link below:
{{ $link }}
@if ($emailFooter)
{{ $emailFooter }}
@else
Best regards,
{{ $accountName }}
@endif