mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
18 lines
319 B
PHP
18 lines
319 B
PHP
<!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> |