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