I am trying to get previous url in laravel, I have tried this code,
echo redirect()->back()->getTargetUrl();
die();
when i simply echo this code, This correctly returns the url, but when i try to save it in some variable, It does not work