<div class="pull-right">
{{$finance -> render()}}
</div>
在程序里面加了这一个分页,可是在页面会显示render 这个方法找不到?是怎么回事?
Method Illuminate\Database\Query\Builder::render does not exist. (View: /Applications/MAMP/htdocs/youzancrm/resources/views/finance/index.blade.php)
我的那个finance就是建的ORM 模型。
看看你的php代码 这个$finance指的应该你用模型获取的分页