large commit

This commit is contained in:
Omair Saleh
2019-12-26 12:17:55 +08:00
parent 7efebd7a2c
commit c6af719532
@@ -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');