{!! __('backend.mailSettings') !!}
{!! Form::text('mail_host',env("MAIL_HOST"), array('id' => 'mail_host','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('mail_port',env("MAIL_PORT"), array('id' => 'mail_port','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('mail_username',env("MAIL_USERNAME"), array('id' => 'mail_username','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('mail_password',env("MAIL_PASSWORD"), array('id' => 'mail_password','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('mail_no_replay',env("MAIL_FROM_ADDRESS"), array('id' => 'mail_no_replay','class' => 'form-control', 'dir'=>'ltr')) !!}
@if ($errors->has('mail_no_replay'))
{{ $errors->first('mail_no_replay') }}
@endif
{!! Form::text('support_name',env("SUPPORT_NAME"), array('id' => 'support_name','class' => 'form-control', 'dir'=>'ltr')) !!}
{!! Form::text('support_email',env("SUPPORT_EMAIL"), array('id' => 'support_email','class' => 'form-control', 'dir'=>'ltr')) !!}
@if ($errors->has('support_email'))
{{ $errors->first('support_email') }}
@endif
{{--
{!! Form::text('linkdin_link',env("LINKDIN_LINK"), array('id' => 'linkdin_link','class' => 'form-control', 'dir'=>'ltr')) !!}
--}}
{{--
--}}
{{--{!! __('backend.messageTemplate') !!}
{title}
{!! Form::text('mail_title',$WebmasterSetting->mail_title, array('class' => 'form-control')) !!}
--}}