diff --git a/routes/web.php b/routes/web.php index 037a53aa..85b3f5ab 100644 --- a/routes/web.php +++ b/routes/web.php @@ -30,7 +30,7 @@ Route::get('/report/x1', function(){ $day = $bookings->groupBy(function($item){ return $item->created_at->format('Y-m-d'); }); - dd($day); + var_dump($day); } });