I have several items sold in a month and I would like to display only the items sold in the current month.
Example: In September I had a total of 30 items sold, and in August, 20 items.
How do I pick up the current date and check the quantity of items sold within a month?
I'm using Laravel.