1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 10:21:35 +02:00
invoiceninja/app/views/emails/invoice_html.blade.php
Hillel Coren 8cd493e38c bug fixes
2014-01-29 12:41:38 +02:00

22 lines
380 B
PHP
Executable File

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
{{ $clientName }},<p/>
To view your invoice for {{ $invoiceAmount }}, click the link below:<p/>
{{ $link }}<p/>
@if ($emailFooter)
{{ $emailFooter }}
@else
Best regards,<br/>
{{ $accountName }}
@endif
</body>
</html>