RepeatableEntry::make('inlogGegevens') ->columns(1) ->schema([ TextEntry::make('InlogNaam') ->suffixAction( Action::make('copyCostToPrice') ->icon('heroicon-m-clipboard') ->action(function (Test01 $record) { $record->Password; $record->save(); }) ), TextEntry::make('UserName') ->suffixAction( Action::make('copyCostToPrice') ->icon('heroicon-m-clipboard') ->action(function (Test01 $record) { $record->Password; $record->save(); }) ), TextEntry::make('Password') ->suffixAction( Action::make('copyCostToPrice') ->icon('heroicon-m-clipboard') ->action(function (Test01 $record) { $record->Password; $record->save(); }) ), ])
protected static ?string $recordTitleAttribute = "Name";