@include('more.partials._header') @include('more.partials.search') @include('more.categories.partials._filter') {{ $total_ads }} @if ($total_ads > 1) ads @else ad @endif found Sort By A to Z (title) Z to A (title) Data Added (oldest) Most Viewed Less Viewed Price (low to high) Price (high to low) @if ($total_ads > 0) @foreach ($ads as $ad) @include('more.categories.partials._products') @endforeach @else No ads listed for {{ $title }} @endif {{-- Pagination --}} Previous {{ $current_page }} @if ($next_page_url != null) {{ $current_page + 1 }} @endif Next @include('more.partials._footer')
No ads listed for {{ $title }}