@extends('backend.layout.master-tailwind') @section('title', __('Recaptcha Settings')) @section('admin_styles') @endsection @section('content')

{{ __('Recaptcha Settings') }}

{{ __('Google reCAPTCHA keys for the registration page') }}

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf
@endsection