orderBy('quotient', 'DESC')->limit(100)->get(); $data = DB::table('angebote')->orderBy('quotient', 'DESC')->limit(100)->simplePaginate(20); return view('index', ['data' => $data]); } }