shell bypass 403
@if (@helper::checkaddons('recaptcha'))
@if (helper::appdata()->recaptcha_version == 'v2')
<div class="col-12">
<div class="g-recaptcha" data-sitekey="{{ helper::appdata()->google_recaptcha_site_key }}"></div>
</div>
@endif
@if (helper::appdata()->recaptcha_version == 'v3')
<div class="col-12">
{!! RecaptchaV3::field('contact') !!}
</div>
@endif
@endif