diff --git a/Modules/Category/resources/views/partials/index-content.blade.php b/Modules/Category/resources/views/partials/index-content.blade.php index 1a1c5f267..d69e1988a 100644 --- a/Modules/Category/resources/views/partials/index-content.blade.php +++ b/Modules/Category/resources/views/partials/index-content.blade.php @@ -1,48 +1,8 @@ @php $categoryCount = $categories->count(); - $subcategoryCount = $categories->sum(fn ($category) => $category->children->count()); @endphp
-
-
-
- - Browse categories - -
-

- Find the right marketplace section without leaving the same frontend shell. -

-

- Explore every top-level category from one clean directory. Header, footer, spacing, and navigation now stay aligned with the rest of the site. -

-
- -
- -
-
-

Root categories

-

{{ number_format($categoryCount, 0, '.', ',') }}

-

Only top-level sections are shown first for a simpler directory.

-
-
-

Subcategories

-

{{ number_format($subcategoryCount, 0, '.', ',') }}

-

Each card previews its most relevant child sections before you drill in.

-
-
-
-
-