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

22 lines
504 B
PHP
Raw Normal View History

2014-01-29 11:41:38 +01:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
Dear {{ $userName }}, <p/>
A payment of {{ $paymentAmount }} was made by client {{ $clientName }} towards invoice {{ $invoiceNumber }}. <p/>
To view your client invoice click the link below: <br/>
{{ $invoiceLink }} <p/>
2014-03-10 07:10:08 +01:00
To adjust your email notification settings please <a href="http://www.invoiceninja.com/company/notifications">click here</a>.
2014-01-29 11:41:38 +01:00
2014-03-17 19:05:01 +01:00
Regards, <p/>
2014-03-17 11:04:44 +01:00
The InvoiceNinja Team
2014-01-29 11:41:38 +01:00
</body>
</html>