We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ad155 commit a657bb7Copy full SHA for a657bb7
src/Views/hessamcms/partials/_category_partial.blade.php
@@ -5,7 +5,7 @@
5
6
@if( count($category->siblings) > 0)
7
<ul>
8
- @include("hessamcms_admin::categories._category_partial", ['category_tree' => $category->siblings])
+ @include("hessamcms::partials._category_partial", ['category_tree' => $category->siblings])
9
</ul>
10
@endif
11
</span>
0 commit comments