Laravel kembali dari DB Reorder

$posts = Post::orderBy('id', 'DESC')->get(); //FOR DESCENDING ORDER
Vast Vicuña