{{ __('Capcha Settings') }}
@csrf
{{ __('Choose Captcha Type') }}
@foreach (captchTypeList() as $captcha_key => $captcha_item)
{{ $captcha_item }}
@endforeach
{{ __('Google Re-captcha Credentials (v2)') }}
{{ __('Google Re-Captcha Site key') }}
@if (env('APP_MODE') == 'demo')
@else
@endif
{{ __('Google Re-Captcha Secret') }}
@if (env('APP_MODE') == 'demo')
@else
@endif
{{ __('GeeTest Captcha Credentials') }}
{{ __('GeeTest Captcha ID') }}
@if (env('APP_MODE') == 'demo')
@else
@endif
{{ __('GeeTest Captcha Key') }}
@if (env('APP_MODE') == 'demo')
@else
@endif
{{ __('Update') }}