{{ $helpBlock }}

@if (config('app.lock_passwords')===true)

{{ trans('general.feature_disabled') }}

@endif {!! $errors->first($logoVariable, ':message') !!}
@if ($setting->$logoVariable!='')
{{ Form::checkbox($logoClearVariable, '1', Request::old($logoClearVariable),array('class' => 'minimal')) }} Remove current image
@endif