For further actions, you may consider blocking this person and/or reporting abuse
Read next

🚀 When to Use VPS, Vercel, and Cloudflare Worker: A Detailed Comparison
Raka Widhi Antoro -

Amazon Web Services
Madhav Ganesan -

7 Must-Try Open-Source Tools for Python and JavaScript Developers 🚀
Arindam Majumder -

Intro To Laravel Folio
Yasser Elgammal -
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.