From 1e5df1d64bbae2d4d87c2aea309a034ea06eb4ee Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 1 Oct 2021 19:50:44 +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 47c4593c..6158247a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -131,7 +131,7 @@ Route::group(['prefix' => 'template', 'as' => 'template.'], function () { Route::get('/report', function(){ $containers = Container::all(); - +dd($containers); $total = 0; $customers = collect();