@if (@isset($widgetContent))
{{ $widgetContent->widget?->widget_name }}
@php $widgetContents= $widgetContent->getTranslation("widget_content",$lang); @endphp
@csrf
@if (isset($widgetContents['about_img']['img']))
image
@endif
@if (isset($widgetContents['customer_img']['img']))
image
@endif

@if (isset($widgetContents['tabs'])) @php $count = 0; @endphp @foreach ($widgetContents['tabs'] as $key => $tabs) @php $count++; @endphp
@php $tabs_descriptions = isset($tabs['tabs_descriptions']) ? $tabs['tabs_descriptions'] : ''; $tabs_descriptions= html_entity_decode($tabs_descriptions); $tabs_descriptions= prelaceScript($tabs_descriptions); @endphp
@endforeach @endif
@else
{{ $widgetName }}
@csrf

@endif