예제 #1
0
 /**
  * @param View $view
  *
  * @return $this
  */
 public function compose(View $view)
 {
     $roles = $this->role->all()->lists('name', 'id');
     return $view->with('allRoles', $roles);
 }