@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.

ALL @foreach(range('A', 'Z') as $char) {{ $char }} @endforeach
@if($categories->count() > 0)
@foreach($categories as $category)
@if($category->image) {{ $category->name }} @else
@endif

{{ $category->name }}

{{ $category->products_count }} Products

@if($category->children->count() > 5) @elseif($category->children->count() == 0) @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