@extends('frontend.layouts.app') @section('title', $title) @section('meta') @endsection @section('content')
{{-- Ad Image Size > 728*90px --}} {{-- Banner Ad --}} @forelse ($banners as $banner) Banner Ad @empty Banner Ad @endforelse
@if (isset($categories) && count($categories) > 0)

Browse items by category

All Category

@endif @if (count($ads) > 0)

Latest Ads

All Ads

@forelse($ads as $ad)
@include('frontend.ads.list-item')
@empty @endforelse
@endif @guest
Be a Member
Be a Member

Welcome to our community! By joining us, you'll gain access to exclusive content, updates, and special offers. Connect with like-minded individuals and be a part of something special.

Sign up
{{-- Ad Image Size > 728*90px --}} Banner Ad
@endguest @include('frontend.layouts.includes.location_modal') @endsection @push('scripts') @endpush