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'); ?> field($model, 'email'); ?> field($model, 'subject'); ?> field($model, 'body')->textArea(['rows' => 6]); ?> field($model, 'verifyCode')->widget(Captcha::className(), [ 'options' => ['class' => 'form-control'], 'template' => '
{image}
{input}
', ]); ?>
'btn btn-primary']); ?>