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