{{date('Y-m', strtotime('-1 month'))}}备注人数统计

@foreach ($users as $user) @endforeach
用户id 昵称 备注数
{{$user->id }} {{$user->nickname }} {{$user->comment_count }}