{!! $captcha_setting['public_key'] !!}
{!! $captcha_setting['secret_key'] !!}
{!! Form::text('public_key')
-> label(trans('google_captcha::captcha_setting.label.public_key'))
-> placeholder(trans('google_captcha::captcha_setting.placeholder.public_key'))!!}
{!! Form::text('secret_key')
-> label(trans('google_captcha::captcha_setting.label.secret_key'))
-> placeholder(trans('google_captcha::captcha_setting.placeholder.secret_key'))!!}