mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 04:24:00 +00:00
large commit
This commit is contained in:
@@ -86,7 +86,7 @@ class OrderController extends Controller
|
||||
'warehouse_contact' => $warehouseContact
|
||||
];
|
||||
|
||||
$pdf = $this->pdf->loadView('pdf', compact('data'));
|
||||
$pdf = $this->pdf->loadView('pages.pdf.qr', compact('data'));
|
||||
|
||||
return $pdf->download('QR_Sticker_'.$order->marking.'.pdf');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user