@php
$customCaptcha = loadCustomCaptcha();
$googleCaptcha = loadReCaptcha();
@endphp
@props(['hasIcon' => false])
@if ($googleCaptcha)
@php echo $googleCaptcha @endphp
@endif
@if ($customCaptcha)
@if ($hasIcon)
@else
@endif
@endif
@if ($googleCaptcha)
@push('script')
@endpush
@endif