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