diff --git a/routes/web.php b/routes/web.php index 90d1c522..72f17c67 100644 --- a/routes/web.php +++ b/routes/web.php @@ -33,7 +33,7 @@ Route::get('/report/x1', function(){ }); foreach($days as $day => $bookings ){ - echo "

".Carbon::parse($day)->format('d-m-Y').": (".$bookings->sum('bia').")

"; + echo "

".Carbon::parse($day)->format('d-m-Y')." -> Total: ".$bookings->sum('bia')." MYR

"; } }