From 7dc549ab2e90e880f75f3b2ae7ced0a282b25cb1 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Thu, 1 Dec 2022 19:08:43 +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 4e9826ef..baea47a0 100644 --- a/routes/web.php +++ b/routes/web.php @@ -542,7 +542,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){ echo '
'; if(!$invoice) { - echo '

'.$packingList->reference .' Warning: no billing

'; + echo '

'.$packingList->reference .' Warning: no billing

'; continue; }