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
6ae25060
Commit
6ae25060
authored
Jun 12, 2017
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hhhh
parent
7c08d974
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
13 additions
and
9 deletions
+13
-9
listRequestFasilitas.blade.php
...dor/adminlte/layouts/admin/listRequestFasilitas.blade.php
+1
-1
History.blade.php
...views/vendor/adminlte/layouts/customers/History.blade.php
+6
-3
UpdatePemesanan.blade.php
...ndor/adminlte/layouts/customers/UpdatePemesanan.blade.php
+2
-1
profiles.blade.php
...iews/vendor/adminlte/layouts/customers/profiles.blade.php
+1
-1
mainheader.blade.php
...ews/vendor/adminlte/layouts/partials/mainheader.blade.php
+1
-1
sidebar.blade.php
.../views/vendor/adminlte/layouts/partials/sidebar.blade.php
+2
-2
No files found.
resources/views/vendor/adminlte/layouts/admin/listRequestFasilitas.blade.php
View file @
6ae25060
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
<td>
{
{$a->deskripsi}
}
</td>
<td>
{
{$a->deskripsi}
}
</td>
<td>
{
{$a->jumlah}
}
</td>
<td>
{
{$a->jumlah}
}
</td>
<td>@if(
$a->gambar
==null)
<td>@if(
$a->gambar
==null)
<img alt="
Gambar
Tidak
Ada
" class="
img
-
circle
img
-
responsive
">
Tidak ada gambar
@else
@else
<img alt="
User
Pic
" src="
img
/
{{
$a
->
gambar
}}
" style="
width
:
250
px
;
height
:
120
px
">
<img alt="
User
Pic
" src="
img
/
{{
$a
->
gambar
}}
" style="
width
:
250
px
;
height
:
120
px
">
@endif
@endif
...
...
resources/views/vendor/adminlte/layouts/customers/History.blade.php
View file @
6ae25060
...
@@ -9,6 +9,8 @@
...
@@ -9,6 +9,8 @@
<th> No. Rekening </th>
<th> No. Rekening </th>
<th> Atas Nama </th>
<th> Atas Nama </th>
<th> Total Pembayaran </th>
<th> Total Pembayaran </th>
<th> Tanggal Mulai </th>
<th> Tanggal Berakhir </th>
<th> Bukti Pembayaran </th>
<th> Bukti Pembayaran </th>
<th> Status Pemesanan</th>
<th> Status Pemesanan</th>
<th></th>
<th></th>
...
@@ -18,14 +20,15 @@
...
@@ -18,14 +20,15 @@
</thead>
</thead>
<tbody>
<tbody>
@foreach(
$data
as
$a
)
@foreach(
$data
as
$a
)
<tr>
<tr>
<td>
{
{$a->no_rekening}
}
</td>
<td>
{
{$a->no_rekening}
}
</td>
<td>
{
{$a->nama}
}
</td>
<td>
{
{$a->nama}
}
</td>
<td>
{
{$a->total_pembayaran}
}
</td>
<td>
{
{$a->total_pembayaran}
}
</td>
<td>
{
{$a->tanggal_mulai}
}
</td>
<td>
{
{$a->tanggal_berakhir}
}
</td>
<td>
<td>
@if(
$a->bukti_pembayaran
==null)
@if(
$a->bukti_pembayaran
==null)
<img alt="
Bukti
Transfer
Tidak
Ada
" class="
img
-
circle
img
-
responsive
">
Belum ada bukti transfer
@else
@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
" >
@endif
@endif
...
@@ -41,7 +44,7 @@
...
@@ -41,7 +44,7 @@
<td>
<td>
<form action="
{{
url
(
'batalkan/'
.
$a
->
id
)}}
" method="
post
">
<form action="
{{
url
(
'batalkan/'
.
$a
->
id
)}}
" method="
post
">
<input type="
hidden
" name="
_method
" value="
PUT
">
<input type="
hidden
" name="
_method
" value="
PUT
">
</i><input type="
submit
" value="
batalkan
">
</i><input type="
submit
" value="
batalkan
" class="
btn
btn
-
warning
">
{
{csrf_field()}
}
{
{csrf_field()}
}
</form>
</form>
</td>
</td>
...
...
resources/views/vendor/adminlte/layouts/customers/UpdatePemesanan.blade.php
View file @
6ae25060
...
@@ -12,7 +12,8 @@
...
@@ -12,7 +12,8 @@
<input type="
text
" name="
lama_menginap
" value="
{{
$lama_menginap
}}
" class="
form
-
control
" >
<input type="
text
" name="
lama_menginap
" value="
{{
$lama_menginap
}}
" class="
form
-
control
" >
<label>Jumlah Kamar</label>
<label>Jumlah Kamar</label>
<input type="
text
" name="
jumlah_kamar
" value="
{{
$data
->
jumlah_kamar
}}
" class="
form
-
control
">
<input type="
text
" name="
jumlah_kamar
" value="
{{
$data
->
jumlah_kamar
}}
" class="
form
-
control
">
<div class="
form
-
group
" align="
right
">
<br>
<div class="
form
-
group
" align="
right
" style="
margin
-
right
:
0
px
;
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
Simpan
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
Simpan
">
</div>
</div>
</form>
</form>
...
...
resources/views/vendor/adminlte/layouts/customers/profiles.blade.php
View file @
6ae25060
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<h3 style="
margin
-
left
:
60
px
;
margin
-
top
:
3
px
;
">
{
{Auth::user()->name}
}
</h2>
<h3 style="
margin
-
left
:
60
px
;
margin
-
top
:
3
px
;
">
{
{Auth::user()->name}
}
</h2>
</div>
</div>
<div class="
col
-
md
-
8
col
-
sm
-
8
cuisines
-
grids
agileits
w3layouts
cuisines
-
grids
-
1
"
style="
border
-
right
:
2
px
solid
#55c9da;"
>
<div class="
col
-
md
-
8
col
-
sm
-
8
cuisines
-
grids
agileits
w3layouts
cuisines
-
grids
-
1
">
<h3>Data Diri</h3>
<h3>Data Diri</h3>
<table class="
table
-
condensed
" style="
font
-
size
:
16
px
;
margin
-
left
:
-
3
px
;
color
:
#777;" >
<table class="
table
-
condensed
" style="
font
-
size
:
16
px
;
margin
-
left
:
-
3
px
;
color
:
#777;" >
<
tr
>
<
tr
>
...
...
resources/views/vendor/adminlte/layouts/partials/mainheader.blade.php
View file @
6ae25060
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<!-- Logo -->
<!-- Logo -->
@if(Auth::user()->role =="DinasPariwisata")
@if(Auth::user()->role =="DinasPariwisata")
<a
href=
"{{ url('/
listowner
') }}"
class=
"logo"
>
<a
href=
"{{ url('/') }}"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
SI
</b>
PH
</span>
<span
class=
"logo-mini"
><b>
SI
</b>
PH
</span>
<!-- logo for regular state and mobile devices -->
<!-- logo for regular state and mobile devices -->
...
...
resources/views/vendor/adminlte/layouts/partials/sidebar.blade.php
View file @
6ae25060
<!-- Left side column. contains the logo and sidebar -->
<!-- Left side column. contains the logo and sidebar -->
<aside
class=
"main-sidebar"
>
<aside
class=
"main-sidebar"
>
<!-- sidebar: style can be found in sidebar.less -->
<!-- sidebar: style can be found in sidebar.less -->
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<li><a
href=
"{{url('daftarKamar')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Kamar
</span></a></li>
<li><a
href=
"{{url('daftarKamar')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Kamar
</span></a></li>
<li><a
href=
"{{url('pengajuanHomestay')}}"
><i
class=
'fa fa-external-link-square'
></i>
<span>
Pengajuan Homestay
</span></a></li>
<li><a
href=
"{{url('pengajuanHomestay')}}"
><i
class=
'fa fa-external-link-square'
></i>
<span>
Pengajuan Homestay
</span></a></li>
<li><a
href=
"{{url('listFeedback')}}"
><i
class=
'fa fa-list'
></i>
<span>
Komentar Pelanggan
</span></a></li>
<li><a
href=
"{{url('listFeedback')}}"
><i
class=
'fa fa-list'
></i>
<span>
Komentar Pelanggan
</span></a></li>
<li><a
href=
"{{url('updateHomestay')}}"
><i
class=
'fa fa-edit'
></i>
<span>
Update
Homestay
</span></a></li>
<li><a
href=
"{{url('updateHomestay')}}"
><i
class=
'fa fa-edit'
></i>
<span>
Perbaharui
Homestay
</span></a></li>
<li><a
href=
"{{url('listPengajuan')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Pengajuan Homestay
</span></a></li>
<li><a
href=
"{{url('listPengajuan')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Pengajuan Homestay
</span></a></li>
</ul>
</ul>
</li>
</li>
...
...
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