Level 122
you cannot use request in this way in the view since you have redirected to a new page.
The old form data is flashed to the session and is available with the old() helper
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I created From Request Validation in my controller here all sets fine and working but when error comes then i want to print the request data in the view.blade.php with
Request::all() this return empty [] Although i want all the form data into it.
Please Assist Thanks
Please or to participate in this conversation.