+
+
+ @if(getCateChild(32)->isNotEmpty())
+ @foreach(getCateChild(32) as $cate)
+
+
+ @if (getArticlesBYCate($cate->id,3)->isNotEmpty())
+ @foreach (getArticlesBYCate($cate->id,3) as $info)
+
+
+
+ {{ $info->title }}
+
+
+
+
+
+
+
+ @endforeach
+ @endif
+
+
+ @endforeach
+ @endif
+