SC
Size: a a a
SC
Gt
.
.
.
.
P
.
.
.
.
АС
Y
($imageq){
$qw = $product->id;
$product->Productimg()->attach(['product_id' => $qw]);
}
ProductImg
extends Model
{
protected $fillable = ['product_id', 'image', 'imagealt'];
public function products(){
return $this->hasMany(Product::
class)->withPivot('product_id');}
Productimg(){
return $this->belongsTo(ProductImg::
class);}
ДГ
SG
ДГ