public function getLabel(): string | Htmlable
{
$label = $this->evaluate($this->label) ?? (string) str($this->getName())
->beforeLast('.')
->afterLast('.')
->headline();
// ->kebab()
// ->replace(['-', '_'], ' ')
// ->ucfirst();
public function getLabel(): string | Htmlable
{
$label = $this->evaluate($this->label) ?? (string) str($this->getName())
->beforeLast('.')
->afterLast('.')
->headline();
// ->kebab()
// ->replace(['-', '_'], ' ')
// ->ucfirst();