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
3a5c11e6
Commit
3a5c11e6
authored
7 years ago
by
Juliper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
58463689
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
56 deletions
+1
-56
CustomerController.php
app/Http/Controllers/CustomerController.php
+1
-1
profil.blade.php
...rces/views/vendor/adminlte/layouts/owner/profil.blade.php
+0
-55
No files found.
app/Http/Controllers/CustomerController.php
View file @
3a5c11e6
...
...
@@ -208,7 +208,7 @@ class CustomerController extends Controller
$dataHomestay
=
DB
::
table
(
'homestay'
)
->
join
(
'kamar'
,
'homestay.id'
,
'='
,
'kamar.id_homestay'
)
->
select
(
'kamar.*'
,
'homestay.harga'
,
'homestay.jumlah
K
amar'
)
->
select
(
'kamar.*'
,
'homestay.harga'
,
'homestay.jumlah
_k
amar'
)
->
where
(
'homestay.id'
,
'='
,
$request
[
'id'
])
->
get
();
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/owner/profil.blade.php
View file @
3a5c11e6
...
...
@@ -55,61 +55,6 @@
</a>
</div>
</div>
<div class="
container
-
fluid
spark
-
screen
">
<div class="
row
">
<div class="
col
-
md
-
10
col
-
md
-
offset
-
1
">
<div class="
panel
panel
-
default
">
<div class="
panel
-
heading
">
<h3 class="
panel
-
heading
">Your Profil</h3>
</div>
<div class="
panel
-
body
">
<div class="
row
">
<div class="
col
-
md
-
3
col
-
lg
-
3
" align="
center
">
<img alt="
User
Pic
" src="
img
/
{{
$data
->
foto
}}
" class="
img
-
circle
img
-
responsive
">
</div>
<div class="
col
-
md
-
9
col
-
lg
-
8
">
<table class="
table
table
-
user
-
information
">
<tr>
<th>Nama </th>
<td>: </td>
<td>
{
{$data->nama}
}
</td>
</tr>
<tr>
<th>Alamat </th>
<td>: </td>
<td>
{
{$data->alamat}
}
</td>
</tr>
<tr>
<th>Perkerjaan</th>
<td>: </td>
<td>
{
{$data->pekerjaan}
}
</td>
</tr>
<tr>
<th>No Telepon</th>
<td>: </td>
<td>
{
{$data->noTelepon}
}
</td>
</tr>
<tr>
<th>No Rekening </th>
<td>: </td>
<td>
{
{$data->noRekening}
}
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="
panel
-
footer
">
<a href="
{{
url
(
'profiledit/'
.
$data
->
id
)}}
" data-original-title="
Edit
this
user
" data-toggle="
tooltio
" type="
button
" class="
btn
btn
-
sm
btn
-
warning
">
<i class="
glyphicon
glyphicon
-
edit
"></i>
</a>
</div>
</div>
</div>
</div>
</div>
@endsection
</div>
</div>
...
...
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