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