Пример #1
0
 /**
  * Get the pagination links view.
  *
  * @return Illuminate\View\View
  */
 public function links()
 {
     return $this->env->getPaginationView($this);
 }