2014-01-29 11:41:38 +01:00
|
|
|
<!DOCTYPE html>
|
2014-04-02 14:28:23 +02:00
|
|
|
<html>
|
2014-01-29 11:41:38 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
2014-04-02 14:28:23 +02:00
|
|
|
{{ trans('texts.email_salutation', ['name' => $userName]) }} <p/>
|
2014-01-29 11:41:38 +01:00
|
|
|
|
2014-04-02 14:28:23 +02:00
|
|
|
{{ trans('texts.notification_paid', ['amount' => $paymentAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) }} <p/>
|
2014-01-29 11:41:38 +01:00
|
|
|
|
2014-04-02 14:28:23 +02:00
|
|
|
{{ trans('texts.invoice_link_message') }} <br/>
|
2014-01-29 11:41:38 +01:00
|
|
|
{{ $invoiceLink }} <p/>
|
2014-04-02 14:28:23 +02:00
|
|
|
|
|
|
|
{{ trans('texts.email_signature') }} <br/>
|
|
|
|
{{ trans('texts.email_from') }} <p/>
|
|
|
|
{{ trans('texts.user_email_footer') }} <p/>
|
|
|
|
|
2014-03-17 11:04:44 +01:00
|
|
|
|
2014-01-29 11:41:38 +01:00
|
|
|
</body>
|
|
|
|
</html>
|