@if (is_plugin_active('newsletter'))
@csrf
@if (setting('enable_captcha') && is_plugin_active('captcha'))
{!! Captcha::display() !!}
@endif
@endif