@if ($ads->count() > 0)
@foreach ($ads as $index => $ad)
@include('partials.ad-card', ['ad' => $ad, 'favoriteAdIds' => $favoriteAdIds ?? []]) @if (($index + 1) % 12 == 0 && !$loop->last)
@endif
@endforeach
@else

No Ads Found

Try adjusting your filters or check back later.

@endif