Beispiel #1
0
 public function index()
 {
     $objects = Object::simplePaginate(20);
     return view('object.object', ['objects' => $objects]);
 }