6 lines
307 B
PHP
6 lines
307 B
PHP
{!! (new Html2Text\Html2Text($auto_reply_message))->getText() !!}
|
|
@if (\App\Option::get('email_branding'))
|
|
|
|
-----------------------------------------------------------
|
|
{!! __('Support powered by :app_name — Free open source help desk & shared mailbox', ['app_name' => \Config::get('app.name')]) !!}
|
|
@endif |