belongsTo(Brand::class); } public function cars() { return $this->hasMany(Car::class); } }