protected function paginate($query) { $paginate = $query->paginate($this->row_per_page, null, null, $this->page); return [$paginate->toArray(), $paginate->render()->toHtml()]; }