倒序取出
public function index() { $as = Article::latest('published_at')->get(); return view('a.index',compact('as')); }