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