From 415b5d7697ee6b0ecbdb4bb09ef5ef9b0fc3b824 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Wed, 6 Jul 2022 10:00:00 +0800 Subject: [PATCH] debug smc report --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index bb23eb93..fbf06fcc 100644 --- a/routes/web.php +++ b/routes/web.php @@ -272,6 +272,7 @@ Route::get('/settings', function () { Route::get('/customer/summary/monthly', function () { $containers = Container::whereMonth('loading_date', '>', ((float)\Carbon\Carbon::now()->format('m') - 1))->whereYear('loading_date', \Carbon\Carbon::now()->format('Y'))->get(); + dd($containers); // $containers = Container::whereIn('reference', ['cs-6062', 'eps-3926', 'sh-1122', 'sh-1121', 'eps-3925', 'cs-6060', 'eps-3927', 'cs-6066', 'cs-6069'])->get(); foreach ($containers as $container){ $packingLists = $container->packingLists()->get()->filter(function ($packingList) {