From 9eeb1f11b1ff5dd9c3c35008838393cc0b1282e2 Mon Sep 17 00:00:00 2001 From: Dodowingster Date: Wed, 8 May 2024 15:58:36 +0800 Subject: [PATCH] impl: pdf to excel table format --- routes/web.php | 101 ++++++++++++++++++++++--------------------------- 1 file changed, 45 insertions(+), 56 deletions(-) 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 'Transaction Details'; echo '