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