belongsTo(Product::class,'product_id'); } public function user(): BelongsTo { return $this->belongsTo(user::class,'user_id'); } }