diff --git a/resources/views/themes/Gentele/contact.tpl b/resources/views/themes/Gentele/contact.tpl index dd5a0ac3a..09eadf510 100755 --- a/resources/views/themes/Gentele/contact.tpl +++ b/resources/views/themes/Gentele/contact.tpl @@ -17,48 +17,49 @@
-
-
-
-
-
-
-
-
-
-
- {$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'])}} -
-
- - -
-
- - -
+
+
+
+
+
+
+
+
+
+
+
+ {$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()}}