From 186d6f71c6ad59080d2adc229e3110cf8cc701aa Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 1 Oct 2021 19:48:04 +0800 Subject: [PATCH] customer report --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 5d278380..47c4593c 100644 --- a/routes/web.php +++ b/routes/web.php @@ -130,7 +130,7 @@ Route::group(['prefix' => 'template', 'as' => 'template.'], function () { }); Route::get('/report', function(){ - $containers = Container::whereMonth('loading_date', '=', '09')->whereYear('loading_date', '=', '2021')->get(); + $containers = Container::all(); $total = 0; $customers = collect();