estimate container shipping cost

This commit is contained in:
Omair Saleh
2022-12-02 11:01:33 +08:00
parent 91b14b3820
commit 2fc54f796a
+1 -1
View File
@@ -538,7 +538,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){
if(in_array($address->state_id, [13, 14])) { if(in_array($address->state_id, [13, 14])) {
echo 'East Malaysia - '; echo 'East Malaysia - ';
} }
echo 'estimated cost:'.$cost; echo 'estimated cost: [QTY: '.($cbm + $over_weight_cbm).' | Unit Price: '.$price.' | Total: '.$cost.']';
echo '<br>'; echo '<br>';
if(!$invoice) { if(!$invoice) {