There is my Controller :
**public function index() { $posts = Post::orderBy(\'created_at\',\'desc\')->paginate(3); return v