×
@lang('app.verifyCaptcha')
{!! Form::open(['url' => '' ,'method' => 'PUT', 'id' => 'verify-captcha-form','class'=>'form-horizontal']) !!}
@if($global->google_recaptcha_status == true)
@endif @if($global->google_captcha_version == "v2")
@if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif
@else
@lang('messages.captchaKeyVerify')
@endif
{{ Form::close() }}