{!! Form::label('recaptcha_key','Recaptcha Key',[]) !!}
{!! Form::input('text','recaptcha_key',(config('config.recaptcha_key')) ? config('config.hidden_value') : '',['class'=>'form-control','placeholder'=>'Recaptcha Key']) !!}
{!! Form::label('recaptcha_secret','Recaptcha Secret',[]) !!}
{!! Form::input('text','recaptcha_secret',(config('config.recaptcha_secret')) ? config('config.hidden_value') : '',['class'=>'form-control','placeholder'=>'Recaptcha Secret']) !!}