public function onRun() { $this->page['sliders'] = Quote::orderByRaw("RAND()")->isPublished()->take(5)->get(); }
public function onRun() { $this->page['quotes'] = Quote::orderByRaw("RAND()")->take(1)->get(); }