@extends('frontend.layouts.app') @section('title') {{app_name()}} @endsection @section('content')
@foreach($listinglatest as $key => $latest) @if(!empty($latest['business_name'])) @endif @endforeach

Search across 5.9 Crore+' Products & Services 4.9 Crore+' Businesses

All the top locations - from restaurants and clubs, to galleries, famous places and more...

What do you need to find?

@foreach($listcatsmain as $key => $cat) @if(!empty($cat['name'])) @endif @endforeach
@foreach($listcats as $cat)

{{ $cat->name }}

@foreach($cat->listings as $list) @endforeach
@endforeach

Trending Searches Near You

Stay updated with the latest local trends.


Explore Top Business List

Explore most popular business list and places

@foreach($popularlist as $item) @endforeach

Popular Searches with location


Recent Blogs Activity

@foreach($posts as $post) @endforeach

@endsection