title = Yii::t('common/card','Card: ').$model->number; $this->params['breadcrumbs'][] = ['label' => Yii::t('common/card', 'Cards'), 'url' => ['index']]; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

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

$model, 'attributes' => [ 'number', 'rfid_key', ['attribute' => 'status', 'value' => $model->statusHuman], ['attribute' => 'type', 'value' => $model->typeHuman], 'created_at:datetime', 'updated_at:datetime', ], ]) ?>