@if (Captcha::isEnabled() && (! $form || Captcha::formSetting($form, 'enable_captcha', 1)))
{!! Captcha::display() !!}
@endif @if (Captcha::mathCaptchaEnabled() && (! $form || Captcha::formSetting($form, 'enable_math_captcha', 0)))
{!! app('math-captcha')->input([ 'class' => 'form-control', 'id' => 'math-group', 'placeholder' => app('math-captcha')->getMathLabelOnly() . ' = ?', ]) !!}
@endif