REBELinBLUE\Deployer\Http\Controllers\Admin\GroupController::index PHP Method

index() public method

Display a listing of the groups.
public index ( ) : Illuminate\View\View
return Illuminate\View\View
    public function index()
    {
        return view('admin.groups.listing', ['title' => Lang::get('groups.manage'), 'groups' => $this->repository->getAll()]);
    }