Seeking Examples: Form with HasMany Relationships

Aim: to create an order slip with multiple custom products on the order slip in a single form, which the additional custom products can be added to the order.

orderSlip
|->Title (free text)
|->Date (free text)
|->Rep (free text)
|->Products (array)
+||–>Description (free text)
+||–>Quantity (number)

I have attacked this multiple ways and just keep getting it wrong and was wondering if anyone has some examples where they got this to work.

Hi!
Ho you can make a collection with eloquent joins and post to the blade file

Hey, @dalehurley

Take a look here:
https://laravel.com/docs/8.x/eloquent-relationships#one-to-many