public function fullList() { $ratings = ratings::all(); return view('app.list', ['ratings' => $ratings]); }