@if (empty($html)) @t('widgets.editor_empty') @else @if ($inCard)
{!! $html !!}
@else
{!! $html !!}
@endif @endif