2015-12-17 20:03:32 +02:00
|
|
|
@extends('emails.master_user')
|
2015-10-11 17:41:09 +03:00
|
|
|
|
2015-12-17 20:03:32 +02:00
|
|
|
@section('body')
|
|
|
|
|
<div>
|
|
|
|
|
{{ trans('texts.email_salutation', ['name' => $userName]) }}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
{{ trans("texts.notification_{$entityType}_bounced", ['contact' => $contactName, 'invoice' => $invoiceNumber]) }}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
{{ $emailError }}
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div>
|
|
|
|
|
{{ trans('texts.email_signature') }} <br/>
|
|
|
|
|
{{ trans('texts.email_from') }}
|
|
|
|
|
</div>
|
|
|
|
|
@stop
|