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
987b627e
Commit
987b627e
authored
Jun 15, 2017
by
Juliper
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.del.ac.id/juliper19/pa2d4ti06
parents
72fa80b2
c34c0fc5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
21 deletions
+27
-21
AdminController.php
app/Http/Controllers/AdminController.php
+1
-1
addOwner.blade.php
...es/views/vendor/adminlte/layouts/admin/addOwner.blade.php
+9
-15
listOwner.blade.php
...s/views/vendor/adminlte/layouts/admin/listOwner.blade.php
+12
-0
ListBooking.blade.php
...views/vendor/adminlte/layouts/owner/ListBooking.blade.php
+3
-3
sidebar.blade.php
.../views/vendor/adminlte/layouts/partials/sidebar.blade.php
+2
-2
No files found.
app/Http/Controllers/AdminController.php
View file @
987b627e
...
...
@@ -338,7 +338,7 @@ class AdminController extends Controller
}
return
view
(
'adminlte::layouts.admin.addO
wner'
)
->
with
(
'message'
,
'User berhasil ditambah'
);
return
redirect
(
'listo
wner'
)
->
with
(
'message'
,
'User berhasil ditambah'
);
}
//Menampilkan Daftar RequestHomestay
...
...
resources/views/vendor/adminlte/layouts/admin/addOwner.blade.php
View file @
987b627e
...
...
@@ -10,23 +10,17 @@
</div>
<div class="
box
-
body
">
<div id="
app
">
@if(count(
$errors
))
<div class="
alert
alert
-
danger
">
<strong>Whoops!</strong> There were some problems with your input.
<br/>
<ul>
@foreach(
$errors->all
() as
$error
)
<li>{{
$error
}}</li>
@endforeach
</ul>
</div>
@if(session()->has('message'))
<div class="
alert
alert
-
info
">
{
{session()->get('message')}
}
</div>
@endif
@if(session()->has('message'))
<div class="
alert
alert
-
info
">
{
{session()->get('message')}
}
</div>
@endif
@if(!empty(
$success
))
<div class="
alert
alert
-
success
">
{
{$succes}
}
</div>
@endif
<div class="
register
-
box
-
body
">
<form action="
{{
url
(
'admin'
)
}}
" method="
post
">
...
...
resources/views/vendor/adminlte/layouts/admin/listOwner.blade.php
View file @
987b627e
...
...
@@ -18,6 +18,18 @@
</ul>
</div>
@endif
@if(session()->has('message'))
<div class="
alert
alert
-
info
">
{
{session()->get('message')}
}
</div>
@endif
@if(!empty(
$success
))
<div class="
alert
alert
-
success
">
{
{$succes}
}
</div>
@endif
</div>
<div class="
box
-
body
">
<table id="
example2
" class="
table
table
-
bordered
table
-
hover
">
...
...
resources/views/vendor/adminlte/layouts/owner/ListBooking.blade.php
View file @
987b627e
...
...
@@ -7,7 +7,7 @@
@
section
(
'main-content'
)
<
div
class
="
box
box
-
warning
">
<div class="
box
-
header
with
-
border
">
<h3 class="
box
-
title
"> DAFTAR PE
SAN
AN </h3>
<h3 class="
box
-
title
"> DAFTAR PE
LANGG
AN </h3>
@if(Session::has('alert-success'))
<div class="
alert
alert
-
success
">
{{ Session::get('alert-success') }}
...
...
@@ -30,8 +30,8 @@
<table class="
table
table
-
striped
">
<tr>
<th>Nama Pelanggan</th>
<th>Tanggal
Mulai
</th>
<th>Tanggal
Berakhir
</th>
<th>Tanggal
Check-in
</th>
<th>Tanggal
Check-out
</th>
<th>Jumlah Kamar</th>
<th></th>
</tr>
...
...
resources/views/vendor/adminlte/layouts/partials/sidebar.blade.php
View file @
987b627e
...
...
@@ -52,11 +52,11 @@
</span></a>
<ul
class=
"treeview-menu"
style=
"display : none;"
>
<li><a
href=
"{{url('pesanan')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Transaksi
</span></a></li>
<li><a
href=
"{{url('daftarBooking')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Pe
san
an
</span></a></li>
<li><a
href=
"{{url('daftarBooking')}}"
><i
class=
'fa fa-list'
></i>
<span>
Daftar Pe
langg
an
</span></a></li>
<li><a
href=
"{{url('AddBook')}}"
><i
class=
'fa fa-plus'
></i>
<span>
Tambah Pesanan Manual
</span></a></li>
</ul>
</li>
<li><a
href=
"{{url('record')}}"
><i
class=
'fa fa-plus'
></i>
<span>
L
aporan
</span></a></li>
<li><a
href=
"{{url('record')}}"
><i
class=
'fa fa-plus'
></i>
<span>
L
APORAN
</span></a></li>
@endif
</ul>
<!-- /.sidebar-menu -->
</section>
...
...
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