@extends('admin.layouts.app') @section('page_title', __('Google Recaptcha Configuration')) @section('content')
@include('admin.control_panel.components.sidebar', ['settings' => config('generalsettings.plugin'), 'suffix' => ''])

@lang('Google Recaptcha Configuration')

@csrf
@error('google_recaptcha_site_key') {{ $message }} @enderror
@error('google_recaptcha_secret_key') {{ $message }} @enderror
@error('google_recaptcha_site_verify_url') {{ $message }} @enderror
Recaptcha Icon

@lang("Admin Login")

@lang("Google reCAPTCHA is used to verify that a user accessing a website is indeed a human and not a bot.")

google_recaptcha_admin_login == 1 ? 'checked' : ''}}> @error('admin_login_recaptcha') {{ $message }} @enderror
Recaptcha Icon

@lang("User Login")

@lang("Google reCAPTCHA is used to verify that a user accessing a website is indeed a human and not a bot.")

google_recaptcha_login == 1 ? 'checked' : ''}}> @error('user_login_recaptcha') {{ $message }} @enderror
Recaptcha Icon

@lang('User Registration')

@lang("Google reCAPTCHA is used to verify that a user accessing a website is indeed a human and not a bot.")

google_recaptcha_register == 1 ? 'checked' : ''}}> @error('user_registration_recaptcha') {{ $message }} @enderror
Recaptcha Icon

@lang('Status')

@lang("Enable Google reCAPTCHA on your site.")

google_recaptcha == 1 ? 'checked' : ''}}> @error('google_recaptcha') {{ $message }} @enderror
@endsection