http://example.com/user/1/show/fill#step-2
There are many stackoverflow solutions that I have tried, but none of them have worked
I want to access fill#step-2
from above url. Is there a way to get it?
I tried Request::url()
Request::fullUrl()
I expect result - fill#step-2
Any suggestion would be helpful. Thanks in advance