Example #1
0
 /**
  * Shows the project teams view.
  *
  * @return \Illuminate\View\View
  */
 public function index()
 {
     $this->subMenu['groups']['active'] = true;
     return View::make('groups.index')->withPageTitle(trans_choice('gitamin.groups.groups', 2) . ' - ' . trans('dashboard.dashboard'))->withGroups(Group::get())->withSubMenu($this->subMenu);
 }