mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
12 lines
186 B
PHP
Executable File
12 lines
186 B
PHP
Executable File
{{ $clientName }},
|
|
|
|
To view your invoice for {{ $invoiceAmount }}, click the link below:
|
|
|
|
{{ $link }}
|
|
|
|
@if ($emailFooter)
|
|
{{ $emailFooter }}
|
|
@else
|
|
Best regards,
|
|
{{ $accountName }}
|
|
@endif |