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

System Settings

@if(session('status'))
{{ session('status') }}
@endif
Authentication Captcha
@csrf
@error('captcha_provider')
{{ $message }}
@enderror
Choose the captcha service to use on login and other auth-sensitive forms.
When enabled, users must solve the captcha on the login page.
Client-side delay before the Refresh button becomes active again. Recommended: 60000 (60s) to mirror server cooldown.
@error('captcha_refresh_cooldown_ms')
{{ $message }}
@enderror
OTP Settings
@csrf
Time a user must wait before requesting a new OTP code. Recommended: 60 seconds.
@error('otp_resend_cooldown_sec')
{{ $message }}
@enderror
@endsection