For further actions, you may consider blocking this person and/or reporting abuse
Tune in for AWS Security LIVE!
Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.
Read next
![gladiatorsbattle profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2402012%2Fd67ed0e4-fd8f-44c9-94ec-4849905b35c2.jpg)
3D Text Art Showcase: Gladiators Battle ⚔️
Gladiators Battle -
![umavictor6 profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F297603%2F8557df28-c8db-44e0-91b2-7b3ffb2c0f11.png)
How to Secure Your Next.js E-commerce Site with RBAC and Permit.io
uma victor -
![emmanuel_essien_ed2507db6 profile image](https://media2.dev.to/dynamic/image/width=100,height=100,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2004822%2Ffa17dd34-ea7e-4b5b-9d60-8e30836b6d87.png)
Mastering SQlite Commands: A Beginner's Guide
Emmanuel Essien -
De la Maquette au Code : Comment Figma Simplifie l’Intégration Front-End
Guillaume Sere -
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.