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
bf7501a1
Commit
bf7501a1
authored
Jun 11, 2019
by
Ruslan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added password in profile form
parent
83d1b63e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
92 additions
and
86 deletions
+92
-86
workspace.xml
.idea/workspace.xml
+76
-81
user.blade.php
resources/views/pages/profile/user.blade.php
+16
-5
No files found.
.idea/workspace.xml
View file @
bf7501a1
This diff is collapsed.
Click to expand it.
resources/views/pages/profile/user.blade.php
View file @
bf7501a1
@
extends
(
'layouts.user'
)
@
extends
(
'layouts.user'
)
@
section
(
'content'
)
@
section
(
'content'
)
<
div
class
="
alert
alert
-
danger
" role="
alert
">
A simple danger alert—check it out!
</div>
<
section
class
="
bg
-
light
section
-
lg
">
<
section
class
="
bg
-
light
section
-
lg
">
<ol class="
breadcrumb
">
<ol class="
breadcrumb
">
<li><a href="
{{
route
(
'home'
)
}}
">Home</a></li>
<li><a href="
{{
route
(
'home'
)
}}
">Home</a></li>
...
@@ -40,8 +37,10 @@
...
@@ -40,8 +37,10 @@
<div class="
col
-
xs
-
12
col
-
sm
-
6
left
-
col
">
<div class="
col
-
xs
-
12
col
-
sm
-
6
left
-
col
">
<div class="
form
-
wrap
">
<div class="
form
-
wrap
">
<label class="
form
-
label
" for="
forms
-
check
-
country1
">Lastname...</label>
<label class="
form
-
label
" for="
forms
-
check
-
country1
">Lastname...</label>
<input class="
form
-
input
" id="
forms
-
check
-
country1
" value="
{{
Auth
::
user
()
->
lastname
}}
" type="
text
" name="
lastname
" data-constraints="
@
Required
">
<input class="
form
-
input
" id="
forms
-
check
-
country1
"
</div>
value="
{{
Auth
::
user
()
->
lastname
}}
" type="
text
" name="
lastname
"
data-constraints="
@
Required
">
</div>
</div>
</div>
<div class="
col
-
xs
-
12
col
-
sm
-
6
right
-
col
">
<div class="
col
-
xs
-
12
col
-
sm
-
6
right
-
col
">
<div class="
form
-
wrap
">
<div class="
form
-
wrap
">
...
@@ -55,6 +54,18 @@
...
@@ -55,6 +54,18 @@
<input class="
form
-
input
" id="
forms
-
check
-
postcode1
" type="
text
" name="
phone
" value="
{{
Auth
::
user
()
->
phone
}}
" placeholder="
Phone
...
" data-constraints="
@
Required
">
<input class="
form
-
input
" id="
forms
-
check
-
postcode1
" type="
text
" name="
phone
" value="
{{
Auth
::
user
()
->
phone
}}
" placeholder="
Phone
...
" data-constraints="
@
Required
">
</div>
</div>
</div>
</div>
<div class="
col
-
xs
-
12
col
-
sm
-
6
right
-
col
">
<div class="
form
-
wrap
">
<label class="
form
-
label
" for="
password
">Password...</label>
<input class="
form
-
input
" id="
password
" type="
password
" name="
password
" >
</div>
</div>
<div class="
col
-
xs
-
12
col
-
sm
-
6
left
-
col
">
<div class="
form
-
wrap
">
<label class="
form
-
label
" for="
password_confirmation
">Password Confirmation...</label>
<input class="
form
-
input
" id="
password_confirmation
" type="
password
" name="
password_confirmation
" >
</div>
</div>
</div>
</div>
<button class="
btn
btn
-
primary
btn
-
xs
" >Save</button>
<button class="
btn
btn
-
primary
btn
-
xs
" >Save</button>
</form>
</form>
...
...
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