field($model, 'number')->textInput(['maxlength' => true]) ?> field($model, 'rfid_key')->textInput(['maxlength' => true]) ?> field($model, 'status')->dropDownList(Card::statuses()) ?> field($model, 'type')->dropDownList(Card::types()) ?>
isNewRecord ? Yii::t('common/card', 'Create') : Yii::t('common/card', 'Update'), ['class' => $model->isNewRecord ? 'btn btn-success' : 'btn btn-primary']) ?> 'btn btn-primary','name'=>'create_next']) ?>