예제 #1
0
 public function addGroup()
 {
     return view("{$this->viewPrefix}/addgroup", ['person' => $this->editPerson, 'groups' => GroupFacade::allExcept($this->editPerson->getGroupIds())]);
 }