© 2026 Hedgehog Software, LLC
$get
Repeater::make('invitations') ->simple( TextInput::make('email') ->email() ->required(), ) Placeholder::make('foo')->content(fn (Get $get) => dump($get('invitations'))
"invitations" => array:2 [ "cc35096d-4cfc-4207-bbc5-05b70db95fee" => array:1 [ "email" => array:1 [ "email" => null ] ] "e44bad27-018c-4ef2-af1e-2edd2947687b" => array:1 [ "email" => null ] ]