temp show specific report period

This commit is contained in:
omair saleh
2021-10-11 14:53:02 +08:00
parent d8289599c9
commit f963b012ec
@@ -31,7 +31,7 @@ class MonthlyReportController
return $container->packages;
});
dd($packages);
dd($packages[0]);
$totalCbm = $packages->sum(function($package){
return (( (float) $package->width / 100) * ( (float) $package->length / 100) * ( (float) $package->height / 100)) * $package->quantity;