Ejemplo n.º 1
0
 public function index()
 {
     return view('UnitGroups.index')->with(['title' => $this->title, 'groups' => UnitGroups::all()]);
 }