Files
admin/resources/views/category/dropdowntree.blade.php
Husanjonazamov e0f1989655 classify admin
2026-02-24 12:52:01 +05:00

4 lines
160 B
PHP

@foreach ($categories as $category)
{!! \App\Services\HelperService::childCategoryRendering($categories,0,$category->parent_category_id) !!}
@endforeach