@include('more.partials._header')
@include('more.partials.search')
{{-- --}}

'{{ $query }}' Search results {{-- {{ $total_ads }} @if ($total_ads > 1) ads @else ad @endif --}} {{-- found --}}

@if ($total_ads > 0) @foreach ($ads as $ad) {{-- @if ($ad['status'] === 'published') --}} {{-- col-xl-3 col-lg-3 col-md-6 col-sm-6 col-xs-6 --}} {{-- --}} @include('more.categories.partials._products') {{-- @endif --}} @endforeach @else

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

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