Hi, have you tried eager loading the posts and their statuses? $user = User::with('posts.status')-&g...
Hi, I think the problem is the way you use the get method. It's argument should be an array: https:/...
The Laravel portal for problem solving, knowledge sharing and community building.
The community