{!! Captcha::img(); !!}
{!! Form::text('captcha', old('captcha'), [ 'class' => 'form-control', 'placeholder' => trans('trans.captcha'), 'required' => 'required', 'id' => 'captcha', 'onfocus' => '$(this).val("")' ]) !!}
@if ($errors->has('captcha')) {{ $errors->first('captcha') }} @endif