diff --git a/routes/web.php b/routes/web.php index f4e8e837..dcb0ac54 100644 --- a/routes/web.php +++ b/routes/web.php @@ -143,9 +143,9 @@ Route::get('/report', function(){ $total += $cbm; - echo $container->reference.': '.$cbm; + echo $container->reference.': '.$cbm.'


'; } - echo 'total cbm: '. $total; + echo '


total cbm: '. $total; });