diff --git a/routes/web.php b/routes/web.php index a45e5278..95caff2a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -279,7 +279,7 @@ Route::get('/customer/summary/monthly', function () { if (!count($packingLists)) continue; - echo '
| Date | Full Marking | @@ -298,7 +298,7 @@ Route::get('/customer/summary/monthly', function () { $packages = $packingList->packages; foreach ($packages as $package){ echo '|||
|---|---|---|---|---|
| '.$container->loading_date.' | +'.$container->loading_date->format('d-m-Y').' | MS/CIEF/769SMC/'.$packingList->owner->reference.' | '.$container->reference.' | '.$package->description.' |