Laravel – Who to a specific row from relation
For this issue, I have reduced the complexity of the database. I have a table with Orders id name And a table with Suborders id order_id user_id One order may contain numerous suborders. A suborder is only connected to one…