/**
  * @return string
  */
 protected function getName()
 {
     return $this->app->router()->getCurrentRoute()->getName();
 }