@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)
@if ($item->url) open_in_new_tab) target="_blank" @endif> @endif {{ RvMedia::image($item->image_url, $item->name, attributes: ['style' => 'max-width: 100%']) }} @if($item->url) @endif
@endforeach