zainalab
Dynamic form for product prices
I want to apply a dynamic form to ProductResource based on the existing license list.
Table
products
hasMany to product_price
, product_price(product_id)
belongsTo to products
, and also license_id
belongTo to licenses
.
I want to create a form based on a list of licenses
by entering price
and promo_price
in the product_price
table
I have tried but not achieved
4 replies