From fc6749f3e4928f7d07ac1bc6ef06582e5b2e4e8f Mon Sep 17 00:00:00 2001 From: omair saleh Date: Thu, 21 Jul 2022 17:39:28 +0800 Subject: [PATCH] list supplier purchase order items --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index 60815b3d..cf84d561 100644 --- a/routes/web.php +++ b/routes/web.php @@ -205,6 +205,7 @@ Route::get('/supplier/pi/export', function(){ foreach ($purchaseOrder->transactionDetails as $items){ foreach ($items as $item){ + dd($item); echo ''; echo ''.$item->product_name.''; echo ''.$item->quanitity.'';