orderBy('created_at', 'desc') ->paginate(15); return view('pages.articles.index', compact('articles')); } }