How to change the style of the Laravel Pagination?

前端 未结 0 1484
时光取名叫无心
时光取名叫无心 2020-12-12 03:44

There is my Controller :

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


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题