Try this:
$templatedata = $user->posts()->with('replies')->get();
The $templatedata
will be a Collection of Post
objects each having a property ->replies
which will contain a Collection of Reply
objects.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community