diff --git a/routes/web.php b/routes/web.php index 8f075e00..8f9aa392 100644 --- a/routes/web.php +++ b/routes/web.php @@ -542,6 +542,7 @@ Route::get('/group/text/{id}', function($id){ Route::get('/group/excel/{id}', function($id){ $group = \App\Models\Group::where('id', $id)->first(); + $totalSum = 0; echo '