Select a Category

All Categories

@foreach($categories as $category)

    @foreach($category?->subCategory as $subCategory)
  • {{$subCategory->name}} • {{$subCategory?->activeAds->count()}}
  • @endforeach
@endforeach

Select a Category

All Categories

@foreach($categories as $category) @endforeach

Select a subcategory

All Subcategories

@foreach($categories as $category)
    @foreach($category->subCategory as $subCategory)
  • {{$subCategory->name}} • {{$subCategory?->activeAds->count()}} Ads
  • @endforeach
@endforeach