mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-28 16:54:16 +00:00
x1 and x2 reports
This commit is contained in:
+1
-1
@@ -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);
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user