customer report

This commit is contained in:
omair saleh
2021-10-01 19:48:04 +08:00
parent 2f11666539
commit 186d6f71c6
+1 -1
View File
@@ -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();