1、控制器中使用

$posts = Post::orderBy('created_at','desc')->paginate(5);

2、模板中显示页码按钮

{{$posts->links()}}