container monthly report

This commit is contained in:
omair saleh
2021-10-01 18:23:10 +08:00
parent 8f381b42f3
commit 27e856bc4d
+1 -1
View File
@@ -143,7 +143,7 @@ Route::get('/report', function(){
$total += $cbm;
echo $container->reference.': '.$cbm.'<br><br>';
echo $container->reference.'<br><br>';
}
echo '<br><br><br>total cbm: '. $total;