How to collapse section on button click

I have a livewire component that is rendering the form I want that when form is submited I collapse section I tried by passing reactive property to form livewire component but it only works on second click even though the prop got updated.

Form component PHP
https://gist.github.com/TNDJX/c5b730ccec35b98e02f13b8432ca1e64

From component HTML
https://gist.github.com/TNDJX/275a1d39917508775a0cfa437c2f7f93

The component holding the form
PHP
https://gist.github.com/TNDJX/7fc1df22ea4d2836c5c78d2597e29a65

HTML
https://gist.github.com/TNDJX/5cf6cf85b428e6ca1521e193104fcebf

In the video you can see that it should be collapsed but form is not getting updated.
Gist
GitHub Gist: instantly share code, notes, and snippets.
Gist
GitHub Gist: instantly share code, notes, and snippets.
Gist
GitHub Gist: instantly share code, notes, and snippets.
Gist
GitHub Gist: instantly share code, notes, and snippets.
Was this page helpful?