@props(['label' => 'form-label', 'class' => false]) @php $customCaptcha = loadCustomCaptcha(); $googleCaptcha = loadReCaptcha(); @endphp @if ($googleCaptcha)
@php echo $googleCaptcha @endphp
@endif @if ($customCaptcha)
@php echo $customCaptcha @endphp
@endif @if ($googleCaptcha) @push('script') @endpush @endif