Hi guys! I have a Project resource and his Units as a Relation Manager, in the project resource I have a date that should be changed automatically if a unit status changed from available to sold. Any solution please
Solution
I just solved with $livewire->dispatch(), to refresh the parent component and a function that provide the logic in EditProject page.