Hey guys.Is it possible to retrieve every old input in one go after validations fail and get redirected back?Or, do I have to get it one by one like this?
@edoc the code I gave you returns an array with the old input data. This means you can't treat it as a string and do something like {{ $old }} or whatever, you have to treat is as an array.