container report

This commit is contained in:
omair saleh
2021-10-01 18:16:56 +08:00
parent 96d701bc80
commit 6c5bbf842e
+2 -2
View File
@@ -143,9 +143,9 @@ Route::get('/report', function(){
$total += $cbm;
echo $container->reference.': '.$cbm;
echo $container->reference.': '.$cbm.'<br><br><br>';
}
echo 'total cbm: '. $total;
echo '<br><br><br>total cbm: '. $total;
});