© 2026 Hedgehog Software, LLC
Str::headline()
TextInput::make('billing_first_name') ->label('Billing First Name')
TextInput::macro('label', function (string $label): static { return parent::label(Str::headline($label)); });