I\'m trying to output a dynamic javascript file for inclusion from external websites with the [script src=\"\"] tag. As the view is using the Blade engine, it\'
[script src=\"\"]
This worked for me return Response::view($landing)->header('X-Frame-Options', 'DENY');
return Response::view($landing)->header('X-Frame-Options', 'DENY');