@section('title', 'Classifieds Marketplace')
Trusted marketplace for buying & selling

Find Amazing Deals
Near You

Discover thousands of listings from real people. Buy, sell, and connect with confidence.

@if($categories->count())
🏷️ All @foreach($categories as $cat) {{ $cat->icon ?? '📦' }} {{ $cat->name }} @endforeach
@endif {{-- PROMOTIONAL BANNERS --}} @if($featuredListings->count())

⭐ Featured Listings

View all
@foreach($featuredListings as $listing) @include('classified::partials.listing-card', ['listing' => $listing]) @endforeach
@endif @if($hasLocation)

📍 Nearby Listings

@if(!empty($locationName)) Near {{ $locationName }} @endif
View all nearby
@if($nearbyListings->isNotEmpty())
@foreach($nearbyListings as $listing) @include('classified::partials.listing-card', ['listing' => $listing]) @endforeach
@else
No Listings Found Nearby
We couldn't find active listings near {{ $locationName ?? 'your selected location' }}. Try exploring all classified listings.
Browse All Listings
@endif
@endif

🔥 Latest Listings

Browse all
@if($listings->count())
@foreach($listings as $listing) @include('classified::partials.listing-card', ['listing' => $listing]) @endforeach
View All Listings
@else

No listings yet

Be the first to post a classified ad!

@auth Post Your First Ad @else Login to Post @endauth
@endif
@push('scripts') @endpush