{!! __('backend.mailSettings') !!}
{!! Form::text('mail_host',config('smartend.mail_host'), array('id' => 'mail_host','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('mail_port',config('smartend.mail_port'), array('id' => 'mail_port','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('mail_username',config('smartend.mail_username'), array('id' => 'mail_username','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('mail_password',config('smartend.mail_password'), array('id' => 'mail_password','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('mail_no_replay',config('smartend.mail_from_address'), array('id' => 'mail_no_replay','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! __('backend.messageTemplate') !!}
{title} {!! Form::text('mail_title',$WebmasterSetting->mail_title, array('class' => 'form-control')) !!}
{details}
{!! Form::textarea('mail_template',$WebmasterSetting->mail_template, array('ui-jp'=>'summernote','class' => 'form-control summernote_'.@Helper::currentLanguage()->code,'ui-options'=>'{height: 200,callbacks: { onImageUpload: function(files, editor, welEditable) { sendFile(files[0], editor, welEditable,"'.@Helper::currentLanguage()->code.'"); } }}')) !!}