Got it working already.
return $this->albums()->where('name', 'Profile Pictures')->first()->pictures()->orderBy('created_at', 'desc')->first();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community