title = 'Заказ #' . $model->id; $this->params[ 'breadcrumbs' ][] = [ 'label' => \Yii::t('app', 'Заказы'), 'url' => [ 'index' ], ]; $this->params[ 'breadcrumbs' ][] = $this->title; ?>

title) ?>

$model->id, ], [ 'class' => 'btn btn-primary' ] ) ?>

$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', ], ] ); ?>