From 27e856bc4d9263ac9687aac9f0740026fbbee017 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Fri, 1 Oct 2021 18:23:10 +0800 Subject: [PATCH] container monthly report --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index b0976c5c..9513ff80 100644 --- a/routes/web.php +++ b/routes/web.php @@ -143,7 +143,7 @@ Route::get('/report', function(){ $total += $cbm; - echo $container->reference.': '.$cbm.'

'; + echo $container->reference.'

'; } echo '


total cbm: '. $total;