文章归档
@forelse($archives as $year => $months){{ $year }} 年
-
@foreach($months as $month => $monthPosts)
-
{{ (int) $month }} 月
({{ $monthPosts->count() }} 篇)
-
@foreach($monthPosts as $post)
- {{ $post->title }} @endforeach
@endforeach
暂无归档
@endforelse