mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-19 12:34:03 +00:00
large commit
This commit is contained in:
@@ -79,7 +79,7 @@ class OrderController extends Controller
|
||||
'company' => Company::findOrFail($order->company_id),
|
||||
'delivery_address' => AddressBook::where('id', $order->address_id)->first()
|
||||
];
|
||||
return $this->pdf->loadView('pages.pdf.qr', compact('data'))->stream();
|
||||
return $this->pdf->loadView('pages.pdf.warehouse_qr', compact('data'))->stream();
|
||||
}
|
||||
|
||||
public function download(String $orderId, String $type){
|
||||
|
||||
Reference in New Issue
Block a user