belongsTo(SellContract::class); } public function car() { return $this->hasOneThrough(Car::class, SellContract::class); } }