Estimated reading time: 1 minute
$user = DB::table('')->paginate(10);
return response()->json($user);

img