{{($parentcategory->currentpage()-1)*$parentcategory->perpage()+1}} to {{$parentcategory->currentpage()*$parentcategory->perpage()}}
of {{$parentcategory->total()}} entries
{{ __('Product Group')}}
{{ __('Product Category')}}
{{ __('Sub Category')}}
{{ __('Action')}}
@foreach($parentcategory as $index=>$cat)
@if($cat->children=='[]')
{{ isset($cat->name) ? $cat->name :'' }}
{{----}}
@endif
@foreach($cat->children as $child)
@if($cat->children!='[]' && $child->children=='[]')