© 2026 Hedgehog Software, LLC
->action(function (Forms\Components\TextInput $component, $state) { $iban = new ValidateIban($state); if ($iban->checkIfValid()) { $component->suffixIcon('heroicon-m-check'); } })