post = Post::raw(function($collection) { return $collection->aggregate([ ['$match' => ['featured' => 'on']], ['$sample' => ['size' => 1]] ]); })->first(); $this->tags = $this->post->tags()->take(5)->get(); } public function placeholder() { return <<