@include('more.partials._header')

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

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

No Listing Ads posted for {{ $title }} category

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