//= $form->field($form, 'name') ?>
//= $form->field($form, 'phone') ?>
//= $form->field($form, 'email') ?>
//= $form->field($form, 'subject') ?>
//= $form->field($form, 'verifyCode')->widget(Captcha::className(), [
// 'template' => '
',
// ]) ?>
//= Html::submitButton(Yii::t('common', 'Отправить'), ['class' => 'btn btn-primary', 'name' => 'contact-button']) ?>