Access to current row in RepeatableEntry?
How can I access the state / data of each row in a
I need access to the row data in an
Is there any injection like
RepeatableEntry when the state of the Infolist is an array? I need access to the row data in an
Action of each RepeatableEntry.Is there any injection like
fn($row) => $row['key']?