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