4 lines
160 B
PHP
4 lines
160 B
PHP
@foreach ($categories as $category)
|
|
{!! \App\Services\HelperService::childCategoryRendering($categories,0,$category->parent_category_id) !!}
|
|
@endforeach
|