Select::make("produits.type_{$value}[]")
->label("type product {$value}")
->options([
TypeProduct::all()->pluck('name', 'id')->toArray()
])
->multiple()
->searchable()
->columnSpan(2),
Select::make("produits.type_{$value}[]")
->label("type product {$value}")
->options([
TypeProduct::all()->pluck('name', 'id')->toArray()
])
->multiple()
->searchable()
->columnSpan(2),