{{-- --}}

Email Configuration

{{ Form::open( ['method'=>'post', 'url' => route('settings.update'), 'id' => 'settting_save', 'enctype' => "multipart/form-data" ]) }} {{ Form::hidden('email_configuration','email_configuration') }}
@if ($errors->has('from_address'))

{{ $errors->first('from_address') }}

@endif
@if ($errors->has('mailgun_domain'))

{{ $errors->first('mailgun_domain') }}

@endif
@if ($errors->has('mailgun_api_key'))

{{ $errors->first('mailgun_api_key') }}

@endif
{{ Form::close() }}
@section('custom-scripts') @append