title = $model->id_key; $this->params['breadcrumbs'][] = ['label' => Yii::t('backend/key', 'Keys'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

$model, 'attributes' => [ 'id_key', 'number', 'rfid_key', 'status', 'type', 'created_at', 'updated_at', ], ]) ?>