@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