Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ddd4ad70
authored
Dec 05, 2022
by
肖康
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'dev/ver/1.0.0'
parents
84ef0e60
ee112aed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
resources/views/auth/register.blade.php
resources/views/car/car.blade.php
resources/views/auth/register.blade.php
View file @
ddd4ad70
...
...
@@ -117,14 +117,15 @@
</div>
<div class="
row
">
<div class="
input
-
group
-
auth
">
<p class="
labelp
"><span>*</span>LAST NAME</p>
<input type="
text
" class="
last_name3
verify
" verifyTip='{"
type
":"
null
","
text
":"
LAST
NAME
"}'>
</div>
<div class="
input
-
group
-
auth
ml30
">
<p class="
labelp
"><span>*</span>FIRST NAME</p>
<input type="
text
" class="
first_name3
verify
" verifyTip='{"
type
":"
null
","
text
":"
FIRST
NAME
"}'>
</div>
<div class="
input
-
group
-
auth
">
<p class="
labelp
"><span>*</span>LAST NAME</p>
<input type="
text
" class="
last_name3
verify
" verifyTip='{"
type
":"
null
","
text
":"
LAST
NAME
"}'>
</div>
</div>
<div class="
row
">
<div class="
input
-
group
-
auth
">
...
...
resources/views/car/car.blade.php
View file @
ddd4ad70
...
...
@@ -80,7 +80,7 @@
</div>
</div>
<div class="
create
createcarbtn
">Place Order</div>
@if(Auth::check())
@if(
!
Auth::check())
<div class="
lgtips
">
Already Registered? <a href="
/
login
?
referer
=
{{
\Illuminate\Support\Facades\URL
::
current
()}}
">Log In</a>
</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