Fonction de titre de ressource Nova

/**
 * Get the value that should be displayed to represent the resource.
 *
 * @return string
 */
public function title()
{
    return $this->name;
}
Alberto Peripolli