From 2fc54f796a40e6c6ba4143207892f862568995f2 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Fri, 2 Dec 2022 11:01:33 +0800 Subject: [PATCH] estimate container shipping cost --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index def212c8..c4db7425 100644 --- a/routes/web.php +++ b/routes/web.php @@ -538,7 +538,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){ if(in_array($address->state_id, [13, 14])) { echo 'East Malaysia - '; } - echo 'estimated cost:'.$cost; + echo 'estimated cost: [QTY: '.($cbm + $over_weight_cbm).' | Unit Price: '.$price.' | Total: '.$cost.']'; echo '
'; if(!$invoice) {