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