How can I use a single form for editing comments and replies in this Laravel 8 app?
I have made a blogging application in Laravel 8. The articles support comments and comment replies. I am currently working on the edit/update comments functionality. In the Comment model, I "merge" comments and replies like so: public function replies() {…