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
beefbbac
Commit
beefbbac
authored
7 years ago
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123123
parent
ee56e846
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
27 deletions
+33
-27
History.blade.php
...views/vendor/adminlte/layouts/customers/History.blade.php
+2
-1
home.blade.php
resources/views/vendor/adminlte/layouts/owner/home.blade.php
+11
-7
listfeedback.blade.php
...iews/vendor/adminlte/layouts/owner/listfeedback.blade.php
+20
-19
No files found.
resources/views/vendor/adminlte/layouts/customers/History.blade.php
View file @
beefbbac
...
...
@@ -30,7 +30,8 @@
@if(
$a->bukti_pembayaran
==null)
Belum ada bukti transfer
@else
<img alt="
User
Pic
" src="
{{
url
(
'/img/'
.
$a
->
bukti_pembayaran
)
}}
" class="
img
-
responsive
" >
<!-- <img alt="
User
Pic
" src="
{{
url
(
'/img/'
.
$a
->
bukti_pembayaran
)
}}
" class="
img
-
responsive
" > -->
<a href="
/
img
/
{{
$a
->
bukti_pembayaran
}}
" alt="
Bukti
Pembayaran
" data-lightbox="
roadtrip
"><img src="
/
img
/
{{
$a
->
bukti_pembayaran
}}
" ></a>
@endif
</td>
<td>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/owner/home.blade.php
View file @
beefbbac
...
...
@@ -8,49 +8,53 @@
<
section
class
="
content
">
<!-- Small boxes (Stat box) -->
<div class="
row
">
<a href="
/
daftarKamar
" class="
small
-
box
-
footer
">
<div class="
col
-
lg
-
3
col
-
xs
-
6
">
<div class="
small
-
box
bg
-
aqua
">
<div class="
inner
">
<h3>
{
{$countK}
}
</h3>
<p>Jumlah Kamar</p>
<p>Jumlah Kamar
<i class="
fa
fa
-
arrow
-
circle
-
right
"></i>
</p>
</div>
<div class="
icon
">
<i class="
fa
fa
-
bed
"></i>
</div>
<a href="
/
daftarKamar
" class="
small
-
box
-
footer
">Lihat <i class="
fa
fa
-
arrow
-
circle
-
right
"></i></a>
</div>
</div>
</a>
<!-- ./col -->
<a href="
/
pesanan
" class="
small
-
box
-
footer
">
<div class="
col
-
lg
-
3
col
-
xs
-
6
">
<!-- small box -->
<div class="
small
-
box
bg
-
green
">
<div class="
inner
">
<h3>
{
{$countB}
}
</h3>
<p>Pemesanan baru</p>
<p>Pemesanan baru
<i class="
fa
fa
-
arrow
-
circle
-
right
"></i>
</p>
</div>
<div class="
icon
">
<i class="
fa
fa
-
list
"></i>
</div>
<a href="
/
pesanan
" class="
small
-
box
-
footer
">Lihat <i class="
fa
fa
-
arrow
-
circle
-
right
"></i></a>
</div>
</div>
</a>
<!-- ./col -->
<a href="
/
listFeedback
" class="
small
-
box
-
footer
">
<div class="
col
-
lg
-
3
col
-
xs
-
6
">
<!-- small box -->
<div class="
small
-
box
bg
-
yellow
">
<div class="
inner
">
<h3>
{
{$countF}
}
</h3>
<p>Feedback</p>
<p>Feedback
<i class="
fa
fa
-
arrow
-
circle
-
right
"></i>
</p>
</div>
<div class="
icon
">
<i class="
fa
fa
-
edit
"></i>
</div>
<a href="
/
listFeedback
" class="
small
-
box
-
footer
">Lihat <i class="
fa
fa
-
arrow
-
circle
-
right
"></i></a>
</div>
</div>
</a>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/owner/listfeedback.blade.php
View file @
beefbbac
...
...
@@ -6,7 +6,7 @@
@
section
(
'main-content'
)
<
div
class
="
box
box
-
warning
">
<
div
class
="
box
box
-
info
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
"> DAFTAR KOMENTAR </h3>
@if(Session::has('alert-success'))
...
...
@@ -32,25 +32,26 @@
@endif
</div>
<div class="
box
-
body
">
<div class="
col
-
md
-
4
col
-
sm
-
6
col
-
xs
-
12
">
<div class="
col
-
md
-
4
col
-
sm
-
6
col
-
xs
-
12
">
</div>
<!-- /.info-box -->
</div>
<table class="
table
table
-
striped
">
<tr>
<th>Nama Pelanggan</th>
<th>Feedback</th>
<th>Tanggal Dikirim</th>
</tr>
@foreach(
$data
as
$a
)
<tr>
<td>
{
{$a->nama}
}
</td>
<td>
{
{$a->feedback}
}
</td>
<td>
{
{$a->created_at}
}
</td>
</tr>
@endforeach
</table>
<ul class="
timeline
">
@foreach(
$data
as
$a
)
<li>
<i class="
fa
fa
-
comment
bg
-
aqua
"></i>
<div class="
timeline
-
item
">
<span class="
time
"><i class="
fa
fa
-
clock
-
o
"></i>
{
{$a->created_at}
}
</span>
<h3 class="
timeline
-
header
" style="
border
-
bottom
:
0
px
;
"><a href="
#">{{$a->nama}}</a> </h3>
<
div
class
="
timeline
-
body
">
{
{$a->feedback}
}
</div>
<!-- <div class="
timeline
-
footer
">
<a class="
btn
btn
-
primary
btn
-
xs
">Read more</a>
<a class="
btn
btn
-
danger
btn
-
xs
">Delete</a>
</div> -->
</div>
</li>
@endforeach
</ul>
{!!
$data->render
() !!}
</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