1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00
invoiceninja/resources/views/emails/license_confirmation_html.blade.php

18 lines
319 B
PHP
Raw Normal View History

2015-03-16 22:45:25 +01:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
{{ $client }},<p/>
{{ trans('texts.payment_message', ['amount' => $amount]) }}<p/>
{{ $license }}<p/>
{{ trans('texts.email_signature') }}<br/>
{{ $account }}
</body>
</html>