title = 'Заказ #' . $model->id; $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('app', 'Заказы'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>
= Html::a( 'Update', [ 'update', 'id' => $model->id, ], [ 'class' => 'btn btn-primary' ] ) ?>
= DetailView::widget( [ 'model' => $model, 'attributes' => [ 'id', 'deadline', 'pay', 'reason', 'label', 'name', 'phone', 'email', 'comment', 'delivery', 'declaration', 'stock', 'payment', 'insurance', 'city', 'adress', 'body', 'check', 'sms', ], ] ) ?> $products, 'columns' => [ 'id', 'product_name', 'name', 'sku', 'price', 'count', 'sum_cost', ], ] ); ?>