title = $product->name; $this->params[ 'breadcrumbs' ][] = [ 'label' => $product->category->parent->parent->name, 'url' => Url::to([ 'category/index', 'id' => $product->category->parent->parent->category_id, ]), ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => $product->category->parent->name, 'url' => Url::to([ 'category/brand', 'id' => $product->category->parent->category_id, ]), ]; $this->params[ 'breadcrumbs' ][] = [ 'label' => $product->category->name, 'url' => Url::to([ 'category/collection', 'id' => $product->category->category_id, ]), ]; $this->params[ 'breadcrumbs' ][] = $product->name; $this->params[ 'seo' ][ Seo::TITLE ] = $product->name; ?> 'pjax-reload', 'timeout' => 5000, ]); ?>