When you POST
your data to a route you can't see the parameter. Thats the normal way. You can send your form as GET
then all form parameters are appended to your url but i would prefer the POST
way.
After posting the values you can redirect to another route where you display your values. When redirecting you can append some parameters your url that you need.
So make a method that process your form data. After processing redirect to another page where you display that values.
https://laravel.com/docs/8.x/routing#redirect-routes
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…