@include('more.partials._header')
@include('more.partials.search')

{{ $total_ads }} @if ($total_ads > 1) ads @else ad @endif found

@if ($total_ads > 0) @foreach ($ads as $ad) @include('more.categories.partials._products') @endforeach @else

No ads listed for {{ $title }}

@endif
{{-- Pagination --}}
@include('more.partials._footer')