customer report

This commit is contained in:
omair saleh
2021-10-01 19:50:44 +08:00
parent 186d6f71c6
commit 1e5df1d64b
+1 -1
View File
@@ -131,7 +131,7 @@ Route::group(['prefix' => 'template', 'as' => 'template.'], function () {
Route::get('/report', function(){
$containers = Container::all();
dd($containers);
$total = 0;
$customers = collect();