@if ($sub_category->sub_categories->count())
@@ -12,31 +66,29 @@
type="button"
class="w-4 h-4 flex items-center justify-center mx-2 leading-none align-text-top rounded-lg "
node="child-{{ $sub_category->id }}"
- onClick="toggleSub('child-{{ $sub_category->id }}', event)"
+ onClick="toggleSub('child-{{ $sub_category->id }}', event)"
>
chevron_right
-
- @else
-
+ @else
circle
-
+
-
- @endif
+ @endif
+
@if (! $sub_category->enabled)
@endif
-