@if (getArticlesBYCate(60,1)->isNotEmpty())
@foreach (getArticlesBYCate(60,1) as $info)
@endforeach
@endif
@if (getArticlesBYCate(60,3)->isNotEmpty())
@foreach (getArticlesBYCate(60,3) as $info)
-
@if(!in_array($info->id,config('article.no_time')))
{{ $info->created_at->format('Y年m月d') }}
@endif
@endforeach
@endif