@foreach($childs as $child)
  • childs)) class="caret-li @if(in_array($child->id, @$selectcat)) caret-down-li @endif" @endif> id == @$cat->id) class="active-catgory" @endif href="{{url('/'.env('Shop_Slug').'/category/'.$child->slug)}}">{{$child->sign}} {{$child->title}}
    @if(count($child->childs)) @endif
  • @endforeach