@if (@isset($widgetContent))
{{ $widgetContent->widget?->widget_name }}
@php $widgetContents= $widgetContent->getTranslation("widget_content",$lang); @endphp
@csrf
@php $contentDescript= isset($widgetContents['content']) ? $widgetContents['content'] : ''; $contentDescript= html_entity_decode($contentDescript); $contentDescript= prelaceScript($contentDescript); @endphp
@else
{{ $widgetName }}
@csrf
@endif