orderBy('votes', 'desc') ->orderBy('created_at', 'desc') ->paginate(20); return view('home', compact('posts')); } }