/**
  * @return mixed
  */
 public function index()
 {
     return view('backend.access.roles.index')->withRoles($this->roles->getRolesPaginated(50));
 }