@if($ads->count() > 0)
Sponsored Advertisements
@foreach($ads as $index => $ad)
@if($ad->image) @if($ad->link_url) {{ $ad->title }} @else {{ $ad->title }} @endif @else
{{ $ad->title }}
@endif
@endforeach
@if($ads->count() > 1) @endif @if($ads->count() > 1)
@foreach($ads as $index => $ad) @endforeach
@endif
@endif