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 '
'; }