@if (@isset($widgetContent))
{{ $widgetContent->widget?->widget_name }}
@php $widgetContents= $widgetContent->getTranslation("widget_content",$lang); @endphp
@csrf

@if (isset($widgetContents['offers'])) @php $count = 0; @endphp @foreach ($widgetContents['offers'] as $key => $offer) @php $count++; @endphp
@if (isset($offer['img']))
@endif
@endforeach @endif
@else
{{ $widgetName }}
@csrf

@endif