@if (@isset($widgetContent))
{{ $widgetContent->widget?->widget_name }}
@php $widgetContents= $widgetContent->getTranslation("widget_content",$lang); @endphp
@csrf
@if (isset($widgetContents['testimonials'])) @php $count = 0; @endphp @foreach ($widgetContents['testimonials'] as $key => $testimonial) @php $count++; @endphp
@php $contentDescript= isset($testimonial['testimonial_designations']) ? $testimonial['testimonial_designations'] : ''; $contentDescript= html_entity_decode($contentDescript); $contentDescript= prelaceScript($contentDescript); @endphp
@if (isset($testimonial['img']))
@endif
@php $testimonial_descriptions= isset($testimonial['testimonial_descriptions']) ? $testimonial['testimonial_descriptions'] : ''; $testimonial_descriptions= html_entity_decode($testimonial_descriptions); $testimonial_descriptions= prelaceScript($testimonial_descriptions); @endphp
@endforeach @endif
@else
{{ $widgetName }}
@csrf
@endif