hasMany(ProductModel::class,'brand_id','id')->withTrashed(); } public function products() { return $this->hasMany(Product::class,'brand_id','id')->withTrashed(); } }