@foreach($data as $item)
@if ($item->ads_type === 'google_adsense' && $item->google_adsense_slot_id)
@include('plugins/ads::partials.google-adsense.unit-ads-slot', ['slotId' => $item->google_adsense_slot_id])
@continue
@endif
@continue(! $item->image)
@endforeach