+
+
+ {$msg}
+
Have a question?
Don't hesitate to send us a message. Our team
+ will be
+ happy to help you.
+
+
+
+
+ {{Form::open(['url' => 'contact-us'])}}
+
+
+
+ {if {config('captcha.enabled')} == 1 && !empty({config('captcha.sitekey')}) && !empty({config('captcha.secret')})}
+ {NoCaptcha::display()}{NoCaptcha::renderJs()}
+ {/if}
+
+ {{Form::close()}}
-
-
- {if {config('captcha.enabled')} == 1 && !empty({config('captcha.sitekey')}) && !empty({config('captcha.secret')})}
- {NoCaptcha::display()}{NoCaptcha::renderJs()}
- {/if}
-
- {{Form::close()}}