From de4577346c53d75fd5eaed63aaa17296b094b26e Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Tue, 1 Nov 2022 15:36:37 +0800 Subject: [PATCH] shipping sales report --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 4b0dc9f8..699b2397 100644 --- a/routes/web.php +++ b/routes/web.php @@ -481,7 +481,7 @@ Route::get('/container/billing/{month}/{year}', function($month, $year){ $totalBilled += $invoice->amount; $totalPaid += $payments->sum('amount'); - echo $packingList->reference.' | Amount: '.$invoice->amount.' | Paid: '.$payments->sum('amount'); + echo ''.$packingList->reference.' | Amount: '.$invoice->amount.' | Paid: '.$payments->sum('amount').''; echo '
'; }