Manage Category TreeView
Category List
@foreach($categories as $category)
{{ $category->libelle }} @if(count($category->parent)) @include('manageChild',['parents' => $category->parent]) @endif
@endforeach
Add New Category