@extends('layouts.adminmaster') @section('content')

{{lang('Captcha Enable/Disable')}}

{{lang('Captcha Disable', 'setting')}}
({{lang('This setting will enable the "Manual" captcha.', 'setting')}})
({{lang('This setting will enable the "Google" captcha.', 'setting')}})

{{lang('Google Re-Captcha Setting')}}

@csrf
@if ($errors->has('googlerecaptchakey')) {{ $errors->first('googlerecaptchakey') }} @endif
@if ($errors->has('googlerecaptchasecret')) {{ $errors->first('googlerecaptchasecret') }} @endif

{{lang('Captcha Setting in Forms')}}

({{lang('If you enable this captcha setting feature, it will appear on the "Contact Form".', 'setting')}})
({{lang('If you enable this captcha setting feature, it will appear on the "Register Form".', 'setting')}})
({{lang('If you enable this captcha setting feature, it will appear on the "Login Form".', 'setting')}})
({{lang('If you enable this captcha setting feature, it will appear on the "Guest Ticket".', 'setting')}})
({{lang('If you enable this captcha setting feature, it will appear on the "Admin Login Form".', 'setting')}})
@endsection @section('scripts') @endsection