@php $customCaptcha = loadCustomCaptcha(); $googleCaptcha = loadReCaptcha() @endphp @if($googleCaptcha)
@php echo $googleCaptcha @endphp
@endif @if($customCaptcha)
@php echo $customCaptcha @endphp
@if (!request()->routeIs('contact')) @endif routeIs('contact')) placeholder="@lang('Enter Code')" @endif required>
@endif @if($googleCaptcha) @push('script') @endpush @endif