title = $model->name; $this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Orders'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

$model->order_id], ['class' => 'btn btn-primary']) ?> $model->order_id], [ 'class' => 'btn btn-danger', 'data' => [ 'confirm' => Yii::t('app', 'Are you sure you want to delete this item?'), 'method' => 'post', ], ]) ?>

$model, 'attributes' => [ 'order_id', 'customer_id', 'name', 'email:email', 'phone', 'delivery', 'payment', 'code', 'status', 'created_at', 'updated_at', ], ]) ?>