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

@lang("Manual Recaptcha")

@csrf
Image Description

@lang("Admin Login")

@lang("Manual reCAPTCHA is a security feature integrated into the log process that verifies human interaction.")

manual_recaptcha_admin_login == 1 ? 'checked' : ''}}> @error('manual_recaptcha_admin_login') {{ $message }} @enderror
Image Description

@lang("User Login")

@lang("Manual reCAPTCHA is a security feature integrated into the log process that verifies human interaction.")

manual_recaptcha_login == 1 ? 'checked' : ''}}> @error('manual_recaptcha_user_login') {{ $message }} @enderror
Manual Recaptca

@lang('User Registration')

@lang("Manual reCAPTCHA is a security feature integrated into the register process that verifies human interaction.")

manual_recaptcha_register == 1 ? 'checked' : ''}}> @error('manual_recaptcha_user_registration') {{ $message }} @enderror
Manual Recaptca

@lang('Status')

@lang("Enable Manual reCAPTCHA on your application to enhance security by verifying human interaction.")

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