mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 21:52:35 +01:00
18 lines
460 B
PHP
Executable File
18 lines
460 B
PHP
Executable File
<!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/>
|
|
|
|
To adjust your email notification settings please <a href="http://www.invoiceninja.com/company/notifications">click here</a>.
|
|
|
|
</body>
|
|
</html> |