aravel 8 Cara memesan dengan menggunakan orm yang fasih
$posts = Post::orderBy('id', 'DESC')->get();
Adventurous Alligator
$posts = Post::orderBy('id', 'DESC')->get();