TextInput::make('title') ->live() ->afterStateUpdated(fn (Set $set, ?string $state) => $set('body.slug', $state)) TextInput::make('slug')
body