Okay I have found the solution. All i needed to do is to move this line
`
view()->share("nonce",$nonce);
before
$response = $next($request);
Everything will stark working as expected.