Zany Zebra has helped 2 Developers find answers to 9 problems.
Top Answers by Zany Zebra
- 0.0700foreach ($users as $item){ $follow = Follow::where('follower_id', Auth::user()->id)->where('following_id', $item->id)->count(); $item['follow_count'] = $follow; } Mar 14 2022
- 0.0200foreach ($users as $item){ $follow = Follow::where('follower id', Auth::user()->id)->where('following id', $item->id)->count(); $item['follow count'] = $follow; } Mar 14 2022
Edit Profile
@