现在我想通过控制器设置currentpage
,然后我可以使用它来定位页面数据。我不知道如何传递这个参数:
if ($request->id != null) {
$total=Comment::where('source_id',$request->source_id)->where('id','<',$request->id)->count();
$place=$commentCount - $total;
$currentPage=ceil($place/$count);