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