diff --git a/routes/web.php b/routes/web.php index b3904b29..a3832185 100644 --- a/routes/web.php +++ b/routes/web.php @@ -384,7 +384,7 @@ Route::get('/1688/fix', function(){ return $query->where('type', TransactionType::PURCHASE_ORDER)->where('bill_no', 'like', 'XPO-%'); }); - $bookings->dd(); + $bookings->limit(10)->get(); // $purchaseOrderDocuments = \App\Models\Document::where('document_type', DocumentType::ECOMMERCE_PURCHASE_ORDER)->get(); // // foreach($purchaseOrderDocuments as $document){