@if(config('security.recaptcha.enabled') && config('security.recaptcha.site_key')) @once @push('head') @endpush @endonce
@error('g-recaptcha-response')
{{ $message }}
@enderror
@endif