with([ 'category' ]) ->orderBy('sort','desc') ->orderBy('id', 'desc') ->paginate(); return view('default.home', compact('articles')); } }