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) {