© 2026 Hedgehog Software, LLC
getOptionLabelFromRecordUsing
AttachAction::make() ->form(fn (AttachAction $action): array => [ $action ->getRecordSelect() ->getOptionLabelFromRecordUsing(fn(Model $record) => "{$record->first_name} {$record->last_name}"