For further actions, you may consider blocking this person and/or reporting abuse
Read next
How to deploying Laravel projects on a live server – Complete Step-by-Step Guide
Msh Sayket -
Mehr Sichtbarkeit in Deiner Region: Local SEO Schritt für Schritt
Per Starke -
Latio Team: A community for tech hackers building together
Freddy González -
Using the built-in SQLite module in Node.js
Megan Lee -
Top comments (1)
See when you submit the form, all fields can be found in Request object of controller. From here if you redirect back using "withInputs" then Laravel automatically passes all form fields (from Request object) to blade, which can be accessed using old().
So when you refresh the page, controller is not even called, that's why old() is not working here.