Is it really necessary to write logic for handling query string on redirects(), or does Laravel have a built in method for handling the query strings in redirects?
From memory, in my last project I didn't need to worry about this, it just worked fine, so I am not sure whats going on...
This is what I am working with to make sure that when someone submits a message, the store method redirects to the correct page: