© 2026 Hedgehog Software, LLC
TextInput::make('amount') ->integer() ->minValue(0) ->required()
public function getAmountAttribute($value) { return $value ?? 0; }