@foreach($childes as $i) {{$i['id']}}
{{$i['name']}}({{$layer_count+1}})
{{$parent['name']}} {{$i['slug']}} @include('AdminSide.Components.CategoryRow', ['layer_count'=>$layer_count+1,'childes' => $i['childes'],'parent' => $i]) @endforeach