mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-19 04:23:59 +00:00
big commit
This commit is contained in:
@@ -77,9 +77,9 @@ class OrderController
|
||||
'marking' => CompanyConnections::where('module_one', $order->importer->modules->first()->id)->first()->marking
|
||||
];
|
||||
|
||||
return view('pages.pdf.qr', $data);
|
||||
// return view('pages.pdf.qr', $data);
|
||||
|
||||
return $pdf->loadView('pages.pdf.qr', $data)->download();
|
||||
return $pdf->loadView('pages.pdf.qr', $data)->stream();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user