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();