diff --git a/routes/web.php b/routes/web.php index d7d61856..779e59cf 100644 --- a/routes/web.php +++ b/routes/web.php @@ -140,7 +140,8 @@ Route::get('/report', function(){ $containerDetails = $containerDetails->Rows[0]; - dd($containerDetails); + $container->loading_date = $containerDetails[5]; + $container->save(); } // $shipping_packing_lists = \App\Models\PackingList::where('type', '=', \App\Classes\ValueObjects\Constants\PackingListType::SHIPPING_PACKING_LIST)->get();