classify admin
This commit is contained in:
3
resources/views/category/dropdowntree.blade.php
Normal file
3
resources/views/category/dropdowntree.blade.php
Normal file
@@ -0,0 +1,3 @@
|
||||
@foreach ($categories as $category)
|
||||
{!! \App\Services\HelperService::childCategoryRendering($categories,0,$category->parent_category_id) !!}
|
||||
@endforeach
|
||||
Reference in New Issue
Block a user