From 9048b3d2133fdef5a3b7826b72b3c945d82897b8 Mon Sep 17 00:00:00 2001 From: omair saleh Date: Sat, 5 Dec 2020 11:25:02 +0800 Subject: [PATCH] x1 and x2 reports --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 1e58dfad..5e8cf882 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'); }); - var_dump($day); + dump($day); } });