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