{!! clean($title) !!}

@if ($description)

{!! clean($description) !!}

@endif @if ($subtitle)

{!! clean($subtitle) !!}

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