Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pa2d4ti06
Project
Overview
Details
Activity
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Juliper
pa2d4ti06
Commits
c10cb286
Commit
c10cb286
authored
May 10, 2017
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cuman edit :(
parent
bb149567
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
0 deletions
+64
-0
editprofiles.blade.php
resources/views/editprofiles.blade.php
+2
-0
editprofiles.blade.php
...iews/vendor/adminlte/layouts/pages/editprofiles.blade.php
+58
-0
web.php
routes/web.php
+4
-0
No files found.
resources/views/editprofiles.blade.php
0 → 100644
View file @
c10cb286
@
extends
(
'adminlte::layouts.pages.editprofiles'
)
resources/views/vendor/adminlte/layouts/pages/editprofiles.blade.php
0 → 100644
View file @
c10cb286
@
extends
(
'adminlte::layouts.master'
)
@
section
(
'main-content'
)
<
div
class
="
cuisines
agileits
w3layouts
" style="
padding
-
top
:
50
px
;
margin
-
top
:
80
px
;
">
<div class="
container
">
<div class="
register
agileits
w3layouts
wow
agileits
w3layouts
slideInLeft
">
<form class="
form
-
horizontal
">
<div class="
form
-
group
">
<label for="
inputEmail3
" class="
col
-
sm
-
2
control
-
label
">Nama</label>
<div class="
col
-
sm
-
10
">
<input type="
email
" class="
form
-
control
" id="
inputEmail3
" placeholder="
Email
">
</div>
</div>
<div class="
form
-
group
">
<label for="
inputPassword3
" class="
col
-
sm
-
2
control
-
label
">Alamat</label>
<div class="
col
-
sm
-
10
">
<input type="
password
" class="
form
-
control
" id="
inputPassword3
" placeholder="
Alamat
">
</div>
</div>
<div class="
form
-
group
">
<label for="
inputPassword3
" class="
col
-
sm
-
2
control
-
label
">No.Telepon</label>
<div class="
col
-
sm
-
10
">
<input type="
password
" class="
form
-
control
" id="
inputPassword3
" placeholder="
No
.
Telepon
">
</div>
</div>
<div class="
form
-
group
">
<label for="
inputPassword3
" class="
col
-
sm
-
2
control
-
label
">Pekerjaan</label>
<div class="
col
-
sm
-
10
">
<input type="
password
" class="
form
-
control
" id="
inputPassword3
" placeholder="
Pekerjaan
">
</div>
</div>
<!-- <div class="
form
-
group
">
<label for="
inputPassword3
" class="
col
-
sm
-
2
control
-
label
">Password</label>
<div class="
col
-
sm
-
10
">
<input type="
password
" class="
form
-
control
" id="
inputPassword3
" placeholder="
Password
">
</div>
</div> -->
<!-- <div class="
form
-
group
">
<div class="
col
-
sm
-
offset
-
2
col
-
sm
-
10
">
<div class="
checkbox
">
<label>
<input type="
checkbox
"> Remember me
</label>
</div>
</div>
</div> -->
<div class="
form
-
group
">
<div class="
col
-
sm
-
offset
-
2
col
-
sm
-
10
">
<button type="
submit
" class="
btn
btn
-
default
">Save</button>
</div>
</div>
</form>
</div>
</div>
</div>
@endsection
\ No newline at end of file
routes/web.php
View file @
c10cb286
...
...
@@ -24,6 +24,10 @@ Route::get('homestay', function(){
return
view
(
'homestay'
);
});
Route
::
get
(
'editprofiles'
,
function
(){
return
view
(
'editprofiles'
);
});
//web
Route
::
resource
(
'Web'
,
'WebController'
);
Route
::
get
(
'detailhomestay'
,
'webController@detailhomestay'
);
...
...
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