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
1606b1ac
Commit
1606b1ac
authored
7 years ago
by
Juliper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
404dd40c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
7 deletions
+9
-7
OwnerController.php
app/Http/Controllers/OwnerController.php
+3
-1
bulbul-01_gdsl53-1.jpg
public/img/bulbul-01_gdsl53-1.jpg
+0
-0
listPesanan.blade.php
...views/vendor/adminlte/layouts/owner/listPesanan.blade.php
+1
-1
updateProfil.blade.php
...iews/vendor/adminlte/layouts/owner/updateProfil.blade.php
+4
-4
mainheader.blade.php
...ews/vendor/adminlte/layouts/partials/mainheader.blade.php
+1
-1
No files found.
app/Http/Controllers/OwnerController.php
View file @
1606b1ac
...
...
@@ -89,7 +89,7 @@ class OwnerController extends Controller
public
function
updateProfil
(
Request
$request
,
$id
){
$owner
=
Owner
::
where
(
'id'
,
$id
)
->
first
();
$user
=
User
::
where
(
'name'
,
$owner
->
nama
)
->
first
();
//dd($owner->id_akun);
if
(
$request
[
'nama'
]
==
""
){
$user
->
name
=
$owner
->
nama
;
}
else
{
...
...
@@ -104,11 +104,13 @@ class OwnerController extends Controller
if
(
$request
->
file
(
'picture'
)
==
null
){
$owner
->
foto
=
$owner
->
foto
;
$user
->
foto
=
$user
->
foto
;
}
else
{
$file
=
$request
->
file
(
'picture'
);
$fileName
=
$file
->
getClientOriginalName
();
$request
->
file
(
'picture'
)
->
move
(
"img/"
,
$fileName
);
$owner
->
foto
=
$fileName
;
$user
->
foto
=
$fileName
;
}
$user
->
update
();
...
...
This diff is collapsed.
Click to expand it.
public/img/bulbul-01_gdsl53-1.jpg
0 → 100644
View file @
1606b1ac
97.2 KB
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/owner/listPesanan.blade.php
View file @
1606b1ac
...
...
@@ -53,7 +53,7 @@
<td>
{
{$a->jumlah_kamar}
}
</td>
<td>
<img src="
/
img
/
{{
$a
->
bukti_pembayaran
}}
" style="
width
:
100
px
" alt="
User
Image
" onclick="
document
.
getElementById
(
'modal'
)
.
style
.
display
=
'block'
"/>
<img src="
/
img
/
{{
$a
->
bukti_pembayaran
}}
" style="
width
:
100
px
" alt="
Tidak
Ada
Gambar
" onclick="
document
.
getElementById
(
'modal'
)
.
style
.
display
=
'block'
"/>
</td>
<td>
@if(
$a->status
==0)
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/owner/updateProfil.blade.php
View file @
1606b1ac
...
...
@@ -55,7 +55,7 @@
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
dollar
"></i>
</div>
<input type="
text
" class="
form
-
control
" value="
{{
$data
->
pekerjaan
}}
"
placeholder="
pekerjaan
" name="
"/>
<input type="
text
" class="
form
-
control
" value="
{{
$data
->
pekerjaan
}}
"
name="
pekerjaan
"/>
</div>
</div>
...
...
@@ -65,7 +65,7 @@
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
dollar
"></i>
</div>
<input type="
Number
" class="
form
-
control
" value="
{{
$data
->
no_telepon
}}
" placeholder="
noTelepon
" name=""/>
<input type="
Number
" class="
form
-
control
" value="
{{
$data
->
no_telepon
}}
" placeholder="
noTelepon
" name="
noTelepon
"/>
</div>
</div>
...
...
@@ -75,14 +75,14 @@
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
dollar
"></i>
</div>
<input type="
Number
" class="
form
-
control
" value="
{{
$data
->
no_rekening
}}
" placeholder="
noRekening
" name=""/>
<input type="
Number
" class="
form
-
control
" value="
{{
$data
->
no_rekening
}}
" placeholder="
noRekening
" name="
noRekening
"/>
</div>
</div>
<div class="
form
-
group
">
<label>Foto </label>
<div class="
input
-
group
">
<input type="
file
" value="
Browse
" name="
foto
" id="
picture
" >
<input type="
file
" value="
Browse
" name="
picture
" id="
picture
" >
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partials/mainheader.blade.php
View file @
1606b1ac
...
...
@@ -11,7 +11,7 @@
<span
class=
"logo-lg"
style=
"font-size: 17px;"
><b>
SI
</b>
Pemesanan Homestay
</span>
</a>
@elseif(Auth::user()->role=="Owner")
<a
href=
"{{ url('/
pesanan
') }}"
class=
"logo"
>
<a
href=
"{{ url('/') }}"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
SI
</b>
PH
</span>
<!-- logo for regular state and mobile devices -->
...
...
This diff is collapsed.
Click to expand it.
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