From 33570c18d317681b847c676e65cb9319239156b7 Mon Sep 17 00:00:00 2001 From: fatihalp Date: Sun, 8 Mar 2026 02:00:54 +0300 Subject: [PATCH] 33 --- .../views/partials/index-content.blade.php | 40 ------------------- 1 file changed, 40 deletions(-) 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.

-
-
-
-
-