2015-03-16 22:45:25 +01:00
|
|
|
<!DOCTYPE html>
|
2015-07-29 09:52:10 +02:00
|
|
|
<html lang="{{ App::getLocale() }}">
|
2015-03-16 22:45:25 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
2015-12-16 12:49:26 +01:00
|
|
|
@if ($account->enable_email_markup)
|
|
|
|
@include('emails.partials.user_view_action')
|
2015-04-14 20:58:07 +02:00
|
|
|
@endif
|
2015-03-16 22:45:25 +01:00
|
|
|
{{ trans('texts.email_salutation', ['name' => $userName]) }} <p/>
|
|
|
|
|
|
|
|
{{ trans("texts.notification_{$entityType}_sent", ['amount' => $invoiceAmount, 'client' => $clientName, 'invoice' => $invoiceNumber]) }} <p/>
|
|
|
|
|
|
|
|
{{ trans('texts.email_signature') }} <br/>
|
|
|
|
{{ trans('texts.email_from') }} <p/>
|
|
|
|
|
|
|
|
{{ trans('texts.user_email_footer') }} <p/>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|