{{date('Y-m', strtotime('-1 month'))}}备注人数统计
用户id
昵称
备注数
@foreach ($users as $user)
{{$user->id }}
{{$user->nickname }}
{{$user->comment_count }}
@endforeach