@extends('frontend.layouts.app') @section('title', $title) @section('meta') @endsection @push('style') @endpush @section('content') @include('frontend.layouts.includes.breadcrumb', ['links' => [['Ads' => route('ads.search')]]])
Filters
@if(!empty(request('search'))) @endif

{{--
--}}

All of Ghana

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

Showing total {{$total_ads}} ads

@forelse($ads as $ad) @include('frontend.ads.list-item', ['search' => 'true']) @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