customer report

This commit is contained in:
omair saleh
2021-10-01 19:37:12 +08:00
parent ccd7d91076
commit 8b5ac008d3
+1 -1
View File
@@ -158,7 +158,7 @@ Route::get('/report', function(){
}
}
dd($customers->sortBy(function($customer){
dd($customers->sortByDesc(function($customer){
return $customer['cbm'];
}));