Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fazo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nuriddin
fazo
Commits
0c2f536f
Commit
0c2f536f
authored
Nov 15, 2019
by
Shahzod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CaptchaPer
parent
0cb8f321
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
7 deletions
+15
-7
main.blade.php
resources/views/main.blade.php
+15
-7
No files found.
resources/views/main.blade.php
View file @
0c2f536f
...
...
@@ -762,8 +762,7 @@
<!--p.fw-l.h5.text-transform-none Enter your email address to receive all company news, special offers and other discount information.-->
<!-- RD Mailform-->
<form
class=
"rd-mailform text-left"
data-form-output=
"form-output-global"
data-form-type=
"forms"
method=
"post"
action=
"{{ route('send.mail') }}"
>
<form
method=
"post"
action=
"{{ route('send.mail') }}"
>
@csrf
<div
class=
"row row-10"
>
<div
class=
"col-xs-12 col-sm-6"
>
...
...
@@ -802,18 +801,27 @@
</div>
</div>
<div
class=
"col-xs-
6 text-lef
t"
>
<div
class=
"col-xs-
3 text-righ
t"
>
<div
class=
"captcha"
>
<span
style=
"float:
righ
t;"
>
{!! captcha_img() !!}
</span>
<span
style=
"float:
lef
t;"
>
{!! captcha_img() !!}
</span>
</div>
</div>
<div
class=
"col-xs-6 text-right"
>
<div
class=
"col-xs-9 text-left"
>
<input
id=
"captcha"
type=
"text"
class=
"form-input{{ $errors->has('captcha') ? ' has-error' : '' }}"
name=
"captcha"
placeholder=
"Введите код с картинки"
required
>
@if ($errors->has('captcha'))
<span
class=
"invalid-feedback"
>
<strong>
{{ $errors->first('captcha') }}
</strong>
</span>
@endif
</div>
<div
class=
"col-xs-12 text-right"
>
<button
class=
"btn btn-primary btn-sm"
type=
"submit"
>
Отправить
</button>
</div>
</div>
<div
class=
"form-wrap"
>
{{--
<div
class=
"form-wrap"
>
<input
id=
"captcha"
type=
"text"
class=
"form-input{{ $errors->has('captcha') ? ' has-error' : '' }}"
name=
"captcha"
placeholder=
"Введите код с картинки"
required
>
@if ($errors->has('captcha'))
...
...
@@ -821,7 +829,7 @@
<strong>
{{ $errors->first('captcha') }}
</strong>
</span>
@endif
</div>
</div>
--}}
</form>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment