@section('site_title', formatTitle([__('Captcha'), __('Settings'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('Settings')], ]])

{{ __('Captcha') }}

{{ __('Captcha') }}
@include('shared.message')
@csrf
@if ($errors->has('captcha_site_key')) {{ $errors->first('captcha_site_key') }} @endif
@if ($errors->has('captcha_secret_key')) {{ $errors->first('captcha_secret_key') }} @endif
@if ($errors->has('captcha_registration')) {{ $errors->first('captcha_registration') }} @endif
@if ($errors->has('captcha_contact')) {{ $errors->first('captcha_contact') }} @endif
@if ($errors->has('captcha_serp_checker')) {{ $errors->first('captcha_serp_checker') }} @endif
@if ($errors->has('captcha_indexed_pages_checker')) {{ $errors->first('captcha_indexed_pages_checker') }} @endif
@if ($errors->has('captcha_keyword_generator')) {{ $errors->first('captcha_keyword_generator') }} @endif