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 .
my ajax code
billPrint function in controller
I’m trying to my invoice page open in another page , currently invoice page open in response .


