Hello! There is not resolved by LARAVEL, and specifically a sample of data from the database, I have been fighting for this problem for 2 days = (((How to select data from the database for the current month with the sum of the values of each day (orders may be several in one day), i.e there is such an array
1 => 34$ 1 => 34$ 2 => 45$ 2 => 67$ 3 => 12$ 3 => 42$ and the output should be
1=>68$ 2=>112$ 3=>57$ Thanks in advance!