invoiceninja/app/views/emails/payment_confirmation_html.blade.php
Hillel Coren 8cd493e38c bug fixes
2014-01-29 12:41:38 +02:00

20 lines
No EOL
340 B
PHP

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
</head>
<body>
{{ $clientName }},<p/>
Thank you for your payment of {{ $paymentAmount }}.<p/>
@if ($emailFooter)
{{ $emailFooter }}
@else
Best regards,<br/>
{{ $accountName }}
@endif
</body>
</html>