@if($model->comment)
{!! trans('plugins/fob-comment::comment.in_reply_to', ['name' => Html::link($url, $model->comment->name, ['target' => '_blank'])]) !!}
@endif {!! BaseHelper::clean($model->content) !!}