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
1fdf0c33
Commit
1fdf0c33
authored
7 years ago
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
view
parent
ec43af1a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
57 deletions
+36
-57
AddBookManual.blade.php
...ews/vendor/adminlte/layouts/owner/AddBookManual.blade.php
+33
-46
ListPengajuanFasilitas.blade.php
...r/adminlte/layouts/owner/ListPengajuanFasilitas.blade.php
+1
-4
home.blade.php
resources/views/vendor/adminlte/layouts/owner/home.blade.php
+0
-0
listRoom.blade.php
...es/views/vendor/adminlte/layouts/owner/listRoom.blade.php
+0
-1
mainheader.blade.php
...ews/vendor/adminlte/layouts/partials/mainheader.blade.php
+1
-4
sidebar.blade.php
.../views/vendor/adminlte/layouts/partials/sidebar.blade.php
+1
-1
web.php
routes/web.php
+0
-1
No files found.
resources/views/vendor/adminlte/layouts/owner/AddBookManual.blade.php
View file @
1fdf0c33
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
{{
trans
(
'adminlte_lang::message.home'
)
}}
{{
trans
(
'adminlte_lang::message.home'
)
}}
@
endsection
@
section
(
'main-content'
)
<
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
-
body
">
@if(Session::has('alert-success'))
<div class="
alert
alert
-
success
">
{{ Session::get('alert-success') }}
</div>
@endif
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
<ul>
@foreach (
$errors->all
() as
$error
)
<li>{{
$error
}}</li>
@endforeach
</ul>
</div>
@endif
<form action="" method="
post
" enctype="
multipart
/
form
-
data
">
<input type="
hidden
" name="
_method
" value="
PUT
">
<!--
{
{csrf_field()}
}
-->
<label>Nama Pemesan</label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<label> Jumlah Penginap </label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<label>Tanggal Check in</label>
<input type="
Date
" name="
checkin
" value="" id="
checkin
" class="
form
-
control
">
<label>Tanggal Check out</label>
<input type="
Date
" name="
checkout
" value="" id="
checkout
" class="
form
-
control
">
<label>Total Pembayaran</label>
<input type="
text
" name="
TtlPembayaran
" value="" id="
nama
" class="
form
-
control
">
<label>Tanggal Pembayaran</label>
<input type="
Date
" name="
Tglbayar
" value="" id="
Tglbayar
" class="
form
-
control
">
<br>
<div class="
form
-
group
" align="
right
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
simpan
">
</div>
</form>
</div>
</div>
</div>
</div>
<
div
class
="
box
box
-
primary
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
"> TAMBAH PEMESANAN </h3>
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
<strong>Whoops!</strong> {{ trans('adminlte_lang::message.someproblems') }}<br><br>
<ul>
@foreach (
$errors->all
() as
$error
)
<li>{{
$error
}}</li>
@endforeach
</ul>
</div>
@endif
</div>
<div class="
box
-
body
">
<form action="" method="
post
" enctype="
multipart
/
form
-
data
">
<input type="
hidden
" name="
_method
" value="
PUT
">
<!--
{
{csrf_field()}
}
-->
<label>Nama Pemesan</label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<label> Jumlah KAMAR </label>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<label>Tanggal Check in</label>
<input type="
Date
" name="
checkin
" value="" id="
checkin
" class="
form
-
control
">
<label>Lama Menginap</label>
<input type="
text
" name="
TtlPembayaran
" value="" id="
nama
" class="
form
-
control
">
<br>
<div class="
form
-
group
" align="
right
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
simpan
">
</div>
</form>
</div>
</div>
@endsection
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/owner/ListPengajuanFasilitas.blade.php
View file @
1fdf0c33
...
...
@@ -68,9 +68,6 @@
</table>
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/owner/home.blade.php
View file @
1fdf0c33
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/owner/listRoom.blade.php
View file @
1fdf0c33
...
...
@@ -66,7 +66,6 @@
</table>
</div>
</div>
</div>
@endsection
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partials/mainheader.blade.php
View file @
1fdf0c33
...
...
@@ -98,10 +98,7 @@
</li>
@endif
<!-- Control Sidebar Toggle Button -->
<li>
<a
href=
"#"
data-toggle=
"control-sidebar"
><i
class=
"fa fa-gears"
></i></a>
</li>
</ul>
</div>
</nav>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partials/sidebar.blade.php
View file @
1fdf0c33
...
...
@@ -59,7 +59,7 @@
<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>
<li><a
href=
"
{{url('AddBook')}}
"
><i
class=
'fa fa-plus'
></i>
<span>
Tambah Pesanan Manual
</span></a></li>
</ul>
</li>
...
...
This diff is collapsed.
Click to expand it.
routes/web.php
View file @
1fdf0c33
...
...
@@ -87,4 +87,3 @@ Route::put('listPengajuanHomestay/{id}','AdminController@AccPengajuanHomestay');
Route
::
resource
(
'profile'
,
'ProfileController'
);
Route
::
get
(
'reqFasilitas'
,
'OwnerController@requestFasilitas'
);
Route
::
post
(
'reqFasilitas'
,
'OwnerController@storeRequest'
);
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