@if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v2_status == 'active')
@endif
@if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v3_status == 'active')
@endif
@foreach ($frontWidgets as $item)
@if(!is_null($item->footer_script))
{!! $item->footer_script !!}
@endif
@endforeach