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