2014-01-29 11:41:38 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en-US">
|
|
|
|
<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-05-20 23:40:09 +02:00
|
|
|
{{ trans("texts.notification_{$entityType}_viewed", ['amount' => $invoiceAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) }} <p/>
|
2014-01-29 11:41:38 +01:00
|
|
|
|
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-01-29 11:41:38 +01:00
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|