@if (@isset($widgetContent))
{{ $widgetContent->widget?->widget_name }}
@php $widgetContents= $widgetContent->getTranslation("widget_content",$lang); @endphp
@csrf
@if (isset($widgetContents['features'])) @php $count = 0; @endphp @foreach ($widgetContents['features'] as $key => $feature) @php $count++; @endphp
@if (isset($feature['img'])) image @endif
@endforeach @endif
@else
{{ $widgetName }}
@csrf
@endif