© 2026 Hedgehog Software, LLC
Forms\Components\TextInput::make('price') ->numeric() ->inputMode('numeric') ->minValue(0.01) ->step(0.01) ->required() ->suffixIcon('heroicon-m-currency-euro') ,