Exemplo n.º 1
0
 /**
  * 管理组列表
  */
 public function get_list()
 {
     $oGroups = Group::paginate(30);
     return view('admin.group.list', ['groups' => $oGroups]);
 }