Vue3 Laravel, grouping specific array items together but not others from single array/collection
I have an SQL query that joins two tables and returns an array/collection of Invoices and the Invoice_items contained in this invoice.
I have an SQL query that joins two tables and returns an array/collection of Invoices and the Invoice_items contained in this invoice.