Ejemplo n.º 1
0
 public function index()
 {
     $c = Usersgroup::get();
     return view('usersgroup')->with('usersgroup', $c);
 }