@php $editorContent =""; if (isset($singelWidgetData->widget_content)) { $editorContent = $singelWidgetData->getTranslation("widget_content"); } @endphp
@php $content= isset($editorContent['content']) ? $editorContent['content'] : 'test'; @endphp {!! clean($content) !!}