title = \Yii::t('stock', 'Add Product') . ': ' . $shop->lang->address; $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('stock', 'Variant Count'), 'url' => [ 'index', 'shop_id' => $shop->id, ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>