title = $model->name;
$this->params['breadcrumbs'][] = ['label' => Yii::t('common', 'Addresses'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
= DetailView::widget([
'model' => $model,
'attributes' => [
'id',
'user_id',
'name',
'tel',
'province',
'city',
'area',
'detail',
'created_at',
'updated_at',
'status',
],
]) ?>