@extends('frontend.layouts.app') @section('title', $title) @section('meta') @endsection @push('style') @endpush @section('content') @include('frontend.layouts.includes.breadcrumb',['links'=>[[$title=>route('ads')]]])
{{-- Ad Image Size > 730*90px --}} @forelse ($banners as $banner) Banner Ad @empty Banner Ad @endforelse
Filters
@if(!empty(request('search'))) @endif

All Categories

All of Kenya

Buy, Sell, Rent or Find Anything in {{$location->name ?? "Kenya"}}

Showing total {{$total_ads}} ads

@forelse($ads as $ad) @include('frontend.ads.list-item') @empty

No Ads Found

@endforelse @if (!$ads->isEmpty())
{{$ads->onEachSide(5)->links()}}
@endif
{{--
--}}
@include('frontend.layouts.includes.category_modal') @include('frontend.layouts.includes.location_modal') @endsection @push('scripts') @endpush