@extends('layouts.master') @section('title', 'All Categories - The Mini Port') @section('content') @push('styles') @endpush Global Marketplace Explore All Categories Discover millions of products from verified suppliers across {{ $categories->count() }}+ specialized categories. Search ALL @foreach(range('A', 'Z') as $char) {{ $char }} @endforeach @if($categories->count() > 0) @foreach($categories as $category) @if($category->image) @else @endif {{ $category->name }} {{ $category->products_count }} Products @foreach($category->children->take(5) as $child) {{ $child->name }} @endforeach @if($category->children->count() > 5) View all {{ $category->children->count() }} sub-categories @elseif($category->children->count() == 0) Browse Products @endif @endforeach @else No categories found We couldn't find any categories matching "{{ $currentLetter }}". Try checking 'All' or search for something else. View All Categories @endif @endsection
Discover millions of products from verified suppliers across {{ $categories->count() }}+ specialized categories.
{{ $category->products_count }} Products
We couldn't find any categories matching "{{ $currentLetter }}". Try checking 'All' or search for something else.