page not redirect from laravel controller , requested by ajax

I’m creating a pos billing system in laravel, I send request by ajax to router controller, and i want to in ajax response, he redirect another page with some data for display in invoice.

My function work properly , in my browser network section, in preview have display invoice , but I want to this invoice open in another page .

enter image description here

my ajax code

enter image description here

billPrint function in controller

enter image description here

I’m trying to my invoice page open in another page , currently invoice page open in response .