diff --git a/routes/web.php b/routes/web.php index 3d865a74..90d1c522 100644 --- a/routes/web.php +++ b/routes/web.php @@ -27,13 +27,13 @@ Route::get('/report/x1', function(){ }); foreach($months as $month => $bookings){ - echo "
".Carbon::parse($day)->format('d-m-Y').": (".$bookings->sum('bia').")
"; } }