title = 'Contact'; $this->params['breadcrumbs'][] = $this->title; ?>

title) ?>

If you have business inquiries or other questions, please fill out the following form to contact us. Thank you.

'contact-form']); ?> field($model, 'name')->textInput(['autofocus' => true]) ?> field($model, 'email') ?> field($model, 'subject') ?> field($model, 'body')->textarea(['rows' => 6]) ?> field($model, 'verifyCode')->widget(Captcha::className(), [ 'template' => '
{image}
{input}
', ]) ?>
'btn btn-primary', 'name' => 'contact-button']) ?>