starNews = $starNews; } public function index($request) { $this->starNews = $this->starNews ->orderBy('id', 'desc')->get(); return $this->starNews; } }