{!! BaseHelper::clean($shortcode->title) !!}

{!! BaseHelper::clean($shortcode->title) !!}

@csrf

@if (is_plugin_active('captcha')) @if (Captcha::isEnabled())
{!! Captcha::display() !!}
@endif @if (setting('enable_math_captcha_for_contact_form', 0))
{!! app('math-captcha')->input(['class' => 'mt-2 form-input', 'id' => 'math-group']) !!}
@endif @endif {!! apply_filters('after_contact_form', null) !!}

<