Toggle::make('active')
->afterStateUpdated(function (Get $get, Set $set, ?string $old, ?string $state) {
dd($state, $old);
})
->live(),
Toggle::make('active')
->afterStateUpdated(function (Get $get, Set $set, ?string $old, ?string $state) {
dd($state, $old);
})
->live(),