Пример #1
0
 /**
  * @return array
  */
 public function getUsers()
 {
     return $this->user->all();
 }
 /**
  * @return \Illuminate\View\View
  */
 public function index()
 {
     return view('user.index', ['users' => $this->user->all()]);
 }