belongsTo(Product::class); } public function sale() { return $this->belongsTo(Sale::class); } }