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
ec43af1a
Commit
ec43af1a
authored
May 17, 2017
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
memperindah saja
parent
716d1c5e
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
133 additions
and
163 deletions
+133
-163
listRequestFasilitas.blade.php
...dor/adminlte/layouts/admin/listRequestFasilitas.blade.php
+4
-9
EditRoom.blade.php
...es/views/vendor/adminlte/layouts/owner/EditRoom.blade.php
+6
-18
ListPengajuanFasilitas.blade.php
...r/adminlte/layouts/owner/ListPengajuanFasilitas.blade.php
+13
-17
ListPengajuanHomestay.blade.php
...or/adminlte/layouts/owner/ListPengajuanHomestay.blade.php
+12
-19
PengajuanHomestay.blade.php
...vendor/adminlte/layouts/owner/PengajuanHomestay.blade.php
+23
-22
RequestFasilitas.blade.php
.../vendor/adminlte/layouts/owner/RequestFasilitas.blade.php
+26
-32
listPesanan.blade.php
...views/vendor/adminlte/layouts/owner/listPesanan.blade.php
+15
-20
listRoom.blade.php
...es/views/vendor/adminlte/layouts/owner/listRoom.blade.php
+12
-20
sidebar.blade.php
.../views/vendor/adminlte/layouts/partials/sidebar.blade.php
+22
-6
No files found.
resources/views/vendor/adminlte/layouts/admin/listRequestFasilitas.blade.php
View file @
ec43af1a
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
@
endsection
@
endsection
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
box
box
-
warning
">
<
div
class
="
box
box
-
warning
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
"> LIST PERMINTAAN FASILITAS </h3>
<h3 class="
box
-
title
"> LIST PERMINTAAN FASILITAS </h3>
...
@@ -21,10 +20,9 @@
...
@@ -21,10 +20,9 @@
@endif
@endif
</div>
</div>
<div class="
box
-
body
">
<div class="
box
-
body
">
<br>
<div class="
col
-
md
-
4
col
-
sm
-
6
col
-
xs
-
12
">
<div class="
col
-
md
-
4
col
-
sm
-
6
col
-
xs
-
12
">
<div class="
info
-
box
bg
-
yellow
">
<div class="
info
-
box
bg
-
yellow
">
<span class="
info
-
box
-
icon
"><i class="
ion
ion
-
ios
-
people
-
outline
"></i></span>
<span class="
info
-
box
-
icon
"><i class="
ion
ion
-
ios
-
people
-
outline
"></i></span>
<div class="
info
-
box
-
content
">
<div class="
info
-
box
-
content
">
<span class="
info
-
box
-
text
">List Pengajuan</span>
<span class="
info
-
box
-
text
">List Pengajuan</span>
<span class="
info
-
box
-
number
">
{
{$count}
}
</span>
<span class="
info
-
box
-
number
">
{
{$count}
}
</span>
...
@@ -78,9 +76,6 @@
...
@@ -78,9 +76,6 @@
@endforeach
@endforeach
</table>
</table>
</div>
</div>
</div>
</div>
</div>
@endsection
@endsection
resources/views/vendor/adminlte/layouts/owner/EditRoom.blade.php
View file @
ec43af1a
@
extends
(
'adminlte::layouts.app'
)
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
@
section
(
'htmlheader_title'
)
{{
trans
(
'adminlte_lang::message.home'
)
}}
{{
trans
(
'adminlte_lang::message.home'
)
}}
@
endsection
@
endsection
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
box
-
header
with
-
border
">
<
div
class
="
box
box
-
info
">
<div class="
box
box
-
primary
">
<div class="
box
-
header
with
-
border
">
<div class="
box
-
header
with
-
border
">
<h3 clas="
box
-
title
"> Fasilitas </h3>
<h3 clas="
box
-
title
"> Fasilitas </h3>
@if(Session::has('alert-success'))
@if(Session::has('alert-success'))
...
@@ -24,8 +23,8 @@
...
@@ -24,8 +23,8 @@
</ul>
</ul>
</div>
</div>
@endif
@endif
<<<<<<< HEAD
</div>
<div class="
box
-
body
">
<form action="
{{
url
(
'editRoom/'
.
$data
->
id
)}}
" method="
post
" enctype="
multipart
/
form
-
data
">
<form action="
{{
url
(
'editRoom/'
.
$data
->
id
)}}
" method="
post
" enctype="
multipart
/
form
-
data
">
<input type="
hidden
" name="
_method
" value="
PUT
">
<input type="
hidden
" name="
_method
" value="
PUT
">
{
{csrf_field()}
}
{
{csrf_field()}
}
...
@@ -33,17 +32,6 @@
...
@@ -33,17 +32,6 @@
<input class="
form
-
control
" value="
{{
$data
->
jumlah_bed
}}
" name="
jumlah_bed
">
<input class="
form
-
control
" value="
{{
$data
->
jumlah_bed
}}
" name="
jumlah_bed
">
<label>Fasilitas</label>
<label>Fasilitas</label>
<textarea name="
fasilitas
" value="
{{
$data
->
fasilitas
}}
" id="
fasilitas
" class="
form
-
control
" style="
height
:
200
px
;
"></textarea>
<textarea name="
fasilitas
" value="
{{
$data
->
fasilitas
}}
" id="
fasilitas
" class="
form
-
control
" style="
height
:
200
px
;
"></textarea>
=======
</div>
<div class="
box
-
body
">
<form action="" method="
post
" enctype="
multipart
/
form
-
data
">
<input type="
hidden
" name="
_method
" value="
PUT
">
<!--
{
{csrf_field()}
}
-->
<!-- <label>Nama</label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
"> -->
<textarea name="
fasilitas
" value="" id="
fasilitas
" class="
form
-
control
" style="
height
:
200
px
;
"></textarea>
>>>>>>> e284fbd4e32a23911ebcd8b9659904834dc7b2f9
<label>Foto</label>
<label>Foto</label>
<input type="
file
" value="
Browse
" name="
foto
" id="
picture
" >
<input type="
file
" value="
Browse
" name="
foto
" id="
picture
" >
<div class="
form
-
group
" align="
right
">
<div class="
form
-
group
" align="
right
">
...
@@ -54,8 +42,8 @@
...
@@ -54,8 +42,8 @@
<div class="
box
-
footer
">
<div class="
box
-
footer
">
</div>
</div>
</div>
</div>
</div>
@endsection
@endsection
resources/views/vendor/adminlte/layouts/owner/ListPengajuanFasilitas.blade.php
View file @
ec43af1a
@
extends
(
'adminlte::layouts.app'
)
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
@
section
(
'htmlheader_title'
)
{{
trans
(
'adminlte_lang::message.home'
)
}}
{{
trans
(
'adminlte_lang::message.home'
)
}}
@
endsection
@
endsection
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
container
-
fluid
spark
-
screen
">
<
div
class
="
box
box
-
warning
">
<div class="
row
">
<div class="
box
-
header
with
-
border
">
<div class="
col
-
md
-
10
col
-
md
-
offset
-
1
">
<h3 class="
box
-
title
"> LIST PENGAJUAN HOMESTAY </h3>
<div class="
panel
panel
-
default
">
<div id="
app
">
@if (count(
$errors
) > 0)
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
<div class="
alert
alert
-
danger
">
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
...
@@ -21,10 +18,11 @@
...
@@ -21,10 +18,11 @@
</ul>
</ul>
</div>
</div>
@endif
@endif
<br>
</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 class="
info
-
box
bg
-
info
">
<div class="
info
-
box
bg
-
yellow
">
<span class="
info
-
box
-
icon
bg
-
yellow
"><i class="
glyphicon
glyphicon
-
modal
-
window
"></i></span>
<span class="
info
-
box
-
icon
"><i class="
glyphicon
glyphicon
-
modal
-
window
"></i></span>
<div class="
info
-
box
-
content
">
<div class="
info
-
box
-
content
">
<span class="
info
-
box
-
text
">List Pengajuan Fasilitas</span>
<span class="
info
-
box
-
text
">List Pengajuan Fasilitas</span>
...
@@ -68,13 +66,11 @@
...
@@ -68,13 +66,11 @@
@endforeach
@endforeach
</table>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
@endsection
resources/views/vendor/adminlte/layouts/owner/ListPengajuanHomestay.blade.php
View file @
ec43af1a
@
extends
(
'adminlte::layouts.app'
)
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
@
section
(
'htmlheader_title'
)
{{
trans
(
'adminlte_lang::message.home'
)
}}
{{
trans
(
'adminlte_lang::message.home'
)
}}
@
endsection
@
endsection
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
container
-
fluid
spark
-
screen
">
<
div
class
="
box
box
-
warning
">
<div class="
row
">
<div class="
box
-
header
with
-
border
">
<div class="
col
-
md
-
10
col
-
md
-
offset
-
1
">
<h3 class="
box
-
title
"> LIST PENGAJUAN HOMESTAY </h3>
<div class="
panel
panel
-
default
">
<div id="
app
">
@if (count(
$errors
) > 0)
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
<div class="
alert
alert
-
danger
">
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
...
@@ -21,11 +18,11 @@
...
@@ -21,11 +18,11 @@
</ul>
</ul>
</div>
</div>
@endif
@endif
<br>
</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 class="
info
-
box
bg
-
info
">
<div class="
info
-
box
bg
-
yellow
">
<span class="
info
-
box
-
icon
bg
-
yellow
"><i class="
glyphicon
glyphicon
-
modal
-
window
"></i></span>
<span class="
info
-
box
-
icon
"><i class="
glyphicon
glyphicon
glyphicon
-
home
"></i></span>
<div class="
info
-
box
-
content
">
<div class="
info
-
box
-
content
">
<span class="
info
-
box
-
text
">List Pengajuan Homestay</span>
<span class="
info
-
box
-
text
">List Pengajuan Homestay</span>
<span class="
info
-
box
-
number
">
{
{$count}
}
</span>
<span class="
info
-
box
-
number
">
{
{$count}
}
</span>
...
@@ -33,9 +30,8 @@
...
@@ -33,9 +30,8 @@
<!-- /.info-box-content -->
<!-- /.info-box-content -->
</div>
</div>
<!-- /.info-box -->
<!-- /.info-box -->
</div>
<br>
<br>
</div>
<table class="
table
table
-
striped
">
<table class="
table
table
-
striped
">
<tr>
<tr>
<th>Pengaju</th>
<th>Pengaju</th>
...
@@ -60,11 +56,8 @@
...
@@ -60,11 +56,8 @@
</table>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
@endsection
resources/views/vendor/adminlte/layouts/owner/PengajuanHomestay.blade.php
View file @
ec43af1a
@
extends
(
'adminlte::layouts.app'
)
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
@
section
(
'htmlheader_title'
)
{{
trans
(
'adminlte_lang::message.home'
)
}}
{{
trans
(
'adminlte_lang::message.home'
)
}}
@
endsection
@
endsection
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
container
-
fluid
spark
-
screen
">
<
div
class
="
box
box
-
primary
">
<div class="
row
">
<div class="
box
-
header
with
-
border
">
<div class="
col
-
md
-
10
col
-
md
-
offset
-
1
">
<h3 class="
box
-
title
"> REQUEST FASILITAS </h3>
<div class="
panel
panel
-
default
">
@if (count(
$errors
) > 0)
<div class="
panel
-
heading
">
<div class="
alert
alert
-
danger
">
<div class="
panel
-
body
">
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
<div class="
row
">
<ul>
You Aare Here!!
@foreach (
$errors->all
() as
$error
)
<li>{{
$error
}}</li>
@endforeach
</ul>
</div>
@endif
</div>
<div class="
box
-
body
">
<form action="
{{
url
(
'pengajuanHomestay'
)
}}
" method="
post
">
<form action="
{{
url
(
'pengajuanHomestay'
)
}}
" method="
post
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<br>
<label>Nama Homestay</label>
<label>Nama Homestay</label>
<div class="">
<div class="">
<input type="
text
" class="
form
-
control
" placeholder="
Nama
Homestay
" name="
namaHomestay
"/>
<input type="
text
" class="
form
-
control
" placeholder="
Nama
Homestay
" name="
namaHomestay
"/>
<span class="
fa
fa
-
sort
-
numeric
-
asc
form
-
control
-
feedback
"></span>
</div>
</div>
<label>Jumlah Kamar</label>
<label>Jumlah Kamar</label>
<div class="">
<div class="">
<input type="
text
" class="
form
-
control
" placeholder="
Jumlah
Kamar
" name="
jumlahKamar
" />
<input type="
text
" class="
form
-
control
" placeholder="
Jumlah
Kamar
" name="
jumlahKamar
" >
<span class="
fa
fa
-
sort
-
numeric
-
asc
form
-
control
-
feedback
"></span>
</div>
</div>
<br>
<br>
<div class="
col
-
xs
-
4
col
-
xs
-
push
-
8
">
<div class="
form
-
group
" align="
right
" style="
color
:
black
;
">
<button type="
submit
" class="
btn
btn
-
primary
btn
-
block
btn
-
flat
">Ajukan</button>
<button type="
submit
" class="
btn
btn
-
primary
">Ajukan</button>
</div><!
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
@endsection
@endsection
resources/views/vendor/adminlte/layouts/owner/RequestFasilitas.blade.php
View file @
ec43af1a
@
extends
(
'adminlte::layouts.app'
)
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
@
section
(
'htmlheader_title'
)
{{
trans
(
'adminlte_lang::message.home'
)
}}
{{
trans
(
'adminlte_lang::message.home'
)
}}
@
endsection
@
endsection
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
container
-
fluid
spark
-
screen
">
<
div
class
="
box
box
-
primary
">
<div class="
row
">
<div class="
box
-
header
with
-
border
">
<div class="
col
-
md
-
10
col
-
md
-
offset
-
1
">
<h3 class="
box
-
title
"> REQUEST FASILITAS </h3>
<div class="
panel
panel
-
default
">
@if (count(
$errors
) > 0)
<div class="
panel
-
heading
">
<div class="
alert
alert
-
danger
">
<div class="
panel
-
body
">
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
<div class="
row
">
<ul>
You Aare Here!!
@foreach (
$errors->all
() as
$error
)
<li>{{
$error
}}</li>
@endforeach
</ul>
</div>
@endif
</div>
<div class="
box
-
body
">
<form action="
{{
url
(
'reqFasilitas'
)
}}
" method="
post
">
<form action="
{{
url
(
'reqFasilitas'
)
}}
" method="
post
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<br>
<label>Judul</label>
<label>Judul</label>
<div class="">
<input type="
text
" class="
form
-
control
" placeholder="
Nama
Request
Fasilitas
" name="
namaRequestFasilitas
"/>
<input type="
text
" class="
form
-
control
" placeholder="
Nama
Request
Fasilitas
" name="
namaRequestFasilitas
"/>
<span class="
fa
fa
-
sort
-
numeric
-
asc
form
-
control
-
feedback
"></span>
</div>
<label>Deskripsi</label>
<label>Deskripsi</label>
<div class="">
<input type="
text
" class="
form
-
control
" placeholder="
Deskripsi
" name="
deskripsi
" />
<input type="
text
" class="
form
-
control
" placeholder="
Deskripsi
" name="
deskripsi
" />
<span class="
fa
fa
-
sort
-
numeric
-
asc
form
-
control
-
feedback
"></span>
</div>
<label>Jumlah</label>
<label>Jumlah</label>
<div class="">
<input type="
text
" class="
form
-
control
" placeholder="
Jumlah
" name="
jumlah
"/>
<input type="
text
" class="
form
-
control
" placeholder="
Jumlah
" name="
jumlah
"/>
<span class="
fa
fa
-
text
-
width
form
-
control
-
feedback
"></span>
</div>
<label>Kategori</label>
<label>Kategori</label>
<div class="">
<select class="
form
-
control
select2
select2
-
hidden
-
accessible
" name="
id_kategoriFasiltas
" style="
width
:
100
%
;
" tabindex="
-
1
" aria-hidden="
true
">
<select name="
id_kategoriFasiltas
" class="">
<option value=1> Kamar Tidur </option>
<option value=1> Kamar Tidur </option>
<option value=2> Perlatan Kamar Mandi </option>
<option value=2> Perlatan Kamar Mandi </option>
</select>
</select>
<!-- <select name="
id_kategoriFasiltas
" class="">
<option value=1> Kamar Tidur </option>
<option value=2> Perlatan Kamar Mandi </option>
</select> -->
{{--<input id="
role
" class="
form
-
control
" name="
role
" required>--}}
{{--<input id="
role
" class="
form
-
control
" name="
role
" required>--}}
</div>
<br>
<br>
<div class="
col
-
xs
-
4
col
-
xs
-
push
-
8
">
<div class="
form
-
group
" align="
right
" style="
color
:
black
;
">
<button type="
submit
" class="
btn
btn
-
primary
btn
-
block
btn
-
flat
">Ajukan</button>
<button type="
submit
" class="
btn
btn
-
primary
">Ajukan</button>
</div><!
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</form>
</div>
</div>
@endsection
@endsection
resources/views/vendor/adminlte/layouts/owner/listPesanan.blade.php
View file @
ec43af1a
@
extends
(
'adminlte::layouts.app'
)
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
@
section
(
'htmlheader_title'
)
{{
trans
(
'adminlte_lang::message.home'
)
}}
{{
trans
(
'adminlte_lang::message.home'
)
}}
@
endsection
@
endsection
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
container
-
fluid
spark
-
screen
">
<
div
class
="
box
box
-
warning
">
<div class="
row
">
<div class="
box
-
header
with
-
border
">
<div class="
col
-
md
-
12
col
-
md
-
offset
-
0
">
<h3 class="
box
-
title
"> FASILITAS </h3>
<div class="
panel
panel
-
default
">
@if(Session::has('alert-success'))
<div id="
app
">
<div class="
alert
alert
-
success
">
{{ Session::get('alert-success') }}
</div>
@endif
@if (count(
$errors
) > 0)
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
<div class="
alert
alert
-
danger
">
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
<ul>
<ul>
@foreach (
$errors->all
() as
$error
)
@foreach (
$errors->all
() as
$error
)
<li>{{
$error
}}</li>
<li>{{
$error
}}</li>
...
@@ -21,10 +23,11 @@
...
@@ -21,10 +23,11 @@
</ul>
</ul>
</div>
</div>
@endif
@endif
<br>
</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 class="
info
-
box
bg
-
info
">
<div class="
info
-
box
bg
-
yellow
">
<span class="
info
-
box
-
icon
bg
-
yellow
"><i class="
glyphicon
glyphicon
-
modal
-
window
"></i></span>
<span class="
info
-
box
-
icon
"><i class="
glyphicon
glyphicon
glyphicon
-
list
-
alt
"></i></span>
<div class="
info
-
box
-
content
">
<div class="
info
-
box
-
content
">
<span class="
info
-
box
-
text
">List Pengajuan Pemesanan</span>
<span class="
info
-
box
-
text
">List Pengajuan Pemesanan</span>
...
@@ -35,7 +38,6 @@
...
@@ -35,7 +38,6 @@
<!-- /.info-box -->
<!-- /.info-box -->
</div>
</div>
<br>
<br>
<table class="
table
table
-
striped
">
<table class="
table
table
-
striped
">
<tr>
<tr>
<th>Nama Pelanggan</th>
<th>Nama Pelanggan</th>
...
@@ -60,17 +62,10 @@
...
@@ -60,17 +62,10 @@
<td><img src="
/
img
/
{{
$a
->
bukti_pembayaran
}}
" style="
width
:
100
px
" alt="
User
Image
" /></td>
<td><img src="
/
img
/
{{
$a
->
bukti_pembayaran
}}
" style="
width
:
100
px
" alt="
User
Image
" /></td>
<td>{{"
belum
bang
"}}</td>
<td>{{"
belum
bang
"}}</td>
</tr>
</tr>
@endforeach
@endforeach
</table>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
@endsection
resources/views/vendor/adminlte/layouts/owner/listRoom.blade.php
View file @
ec43af1a
@
extends
(
'adminlte::layouts.app'
)
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
@
section
(
'htmlheader_title'
)
{{
trans
(
'adminlte_lang::message.home'
)
}}
{{
trans
(
'adminlte_lang::message.home'
)
}}
@
endsection
@
endsection
@
section
(
'main-content'
)
@
section
(
'main-content'
)
<
div
class
="
container
-
fluid
spark
-
screen
">
<
div
class
="
box
box
-
warning
">
<div class="
row
">
<div class="
box
-
header
with
-
border
">
<div class="
col
-
md
-
12
">
<h3 class="
box
-
title
"> LIST RUANGAN </h3>
<div class="
panel
panel
-
default
">
<div id="
app
">
@if (count(
$errors
) > 0)
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
<div class="
alert
alert
-
danger
">
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
...
@@ -21,11 +18,11 @@
...
@@ -21,11 +18,11 @@
</ul>
</ul>
</div>
</div>
@endif
@endif
<br>
</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 class="
info
-
box
bg
-
info
">
<div class="
info
-
box
bg
-
yellow
">
<span class="
info
-
box
-
icon
bg
-
yellow
"><i class="
glyphicon
glyphicon
-
modal
-
window
"></i></span>
<span class="
info
-
box
-
icon
"><i class="
glyphicon
glyphicon
glyphicon
-
bed
"></i></span>
<div class="
info
-
box
-
content
">
<div class="
info
-
box
-
content
">
<span class="
info
-
box
-
text
">List Room</span>
<span class="
info
-
box
-
text
">List Room</span>
<span class="
info
-
box
-
number
">
{
{$count}
}
</span>
<span class="
info
-
box
-
number
">
{
{$count}
}
</span>
...
@@ -35,7 +32,6 @@
...
@@ -35,7 +32,6 @@
<!-- /.info-box -->
<!-- /.info-box -->
</div>
</div>
<br>
<br>
<table class="
table
table
-
striped
">
<table class="
table
table
-
striped
">
<tr>
<tr>
<th>No Kamar</th>
<th>No Kamar</th>
...
@@ -52,7 +48,7 @@
...
@@ -52,7 +48,7 @@
<td>@if(
$a->gambar
== null)
<td>@if(
$a->gambar
== null)
<img alt="
Belum
ada
foto
">
<img alt="
Belum
ada
foto
">
@else
@else
<img src="
/
img
/
{{
$a
->
gambar
}}
">
<img src="
/
img
/
{{
$a
->
gambar
}}
" style="
max
-
height
:
150
px
">
@endif
@endif
</td>
</td>
<td>
<td>
...
@@ -68,13 +64,9 @@
...
@@ -68,13 +64,9 @@
</tr>
</tr>
@endforeach
@endforeach
</table>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
</div>
@endsection
resources/views/vendor/adminlte/layouts/partials/sidebar.blade.php
View file @
ec43af1a
...
@@ -42,13 +42,29 @@
...
@@ -42,13 +42,29 @@
<li><a
href=
"{{url('listPemesanan')}}"
><i
class=
'fa fa-list'
></i>
<span>
Data Pemesanan
</span></a></li>
<li><a
href=
"{{url('listPemesanan')}}"
><i
class=
'fa fa-list'
></i>
<span>
Data Pemesanan
</span></a></li>
@elseif(Auth::user()->role=="Owner")
@elseif(Auth::user()->role=="Owner")
<li><a
href=
"{{url('pesanan')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Pesanan
</span></a></li>
<li
class=
"treeview"
><a
href=
"#"
><i
class=
'fa fa-television'
></i>
<span>
FASILITAS
</span></a>
<li><a
href=
"{{url('reqFasilitas')}}"
><i
class=
'fa fa-list'
></i>
<span>
Request Fasilitas
</span></a></li>
<ul
class=
"treeview-menu"
style=
"display : none;"
>
<li><a
href=
"#"
><i
class=
'fa fa-list'
></i>
<span>
Add Book Manual
</span></a></li>
<li><a
href=
"{{url('reqFasilitas')}}"
><i
class=
'fa fa-external-link-square'
></i>
<span>
Request Fasilitas
</span></a></li>
<li><a
href=
"{{url('daftarKamar')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Kamar
</span></a></li>
<li><a
href=
"listPengajuan"
><i
class=
"fa fa-list"
></i><span>
Daftar Pengajuan Homestay
</span></a></li>
<li><a
href=
"listPengajuanFasilitas"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Pengajuan Fasilitas
</span></a></li>
<li><a
href=
"listPengajuanFasilitas"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Pengajuan Fasilitas
</span></a></li>
<li><a
href=
"pengajuanHomestay"
><i
class=
'fa fa-list'
></i>
<span>
Pengajuan Homestay
</span></a></li>
</ul>
</li>
<li
class=
"treeview"
><a
href=
"#"
><i
class=
'fa fa-bed'
></i>
<span>
KAMAR
</span></a>
<ul
class=
"treeview-menu"
style=
"display : none;"
>
<li><a
href=
"{{url('daftarKamar')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Kamar
</span></a></li>
<li><a
href=
"listPengajuanFasilitas"
><i
class=
'fa fa-external-link-square'
></i>
<span>
Daftar Pengajuan Fasilitas
</span></a></li>
</ul>
</li>
<li
class=
"treeview"
><a
href=
"#"
><i
class=
'fa fa-inbox'
></i>
<span>
PESANAN
</span></a>
<ul
class=
"treeview-menu"
style=
"display : none;"
>
<li><a
href=
"{{url('pesanan')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Pesanan
</span></a></li>
<li><a
href=
"#"
><i
class=
'fa fa-plus'
></i>
<span>
Tambah Pesanan Manual
</span></a></li>
</ul>
</li>
@endif
@endif
...
...
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