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
2a4d4206
Commit
2a4d4206
authored
Jun 11, 2017
by
Juliper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2f2c9145
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
10 deletions
+33
-10
CustomerController.php
app/Http/Controllers/CustomerController.php
+5
-0
History.blade.php
...views/vendor/adminlte/layouts/customers/History.blade.php
+3
-7
UpdatePemesanan.blade.php
...ndor/adminlte/layouts/customers/UpdatePemesanan.blade.php
+21
-0
Upload.blade.php
.../views/vendor/adminlte/layouts/customers/Upload.blade.php
+3
-3
web.php
routes/web.php
+1
-0
No files found.
app/Http/Controllers/CustomerController.php
View file @
2a4d4206
...
@@ -46,6 +46,11 @@ class CustomerController extends Controller
...
@@ -46,6 +46,11 @@ class CustomerController extends Controller
return
redirect
(
'customerHistory'
);
return
redirect
(
'customerHistory'
);
}
}
//Memperbaharui pesanan
public
function
updatePesanan
(
$id
){
}
//Pemberian/Pengiriman Feedback
//Pemberian/Pengiriman Feedback
public
function
sendFeedback
(
Request
$request
,
$id
){
public
function
sendFeedback
(
Request
$request
,
$id
){
/* if(Auth::guest()){
/* if(Auth::guest()){
...
...
resources/views/vendor/adminlte/layouts/customers/History.blade.php
View file @
2a4d4206
...
@@ -36,17 +36,13 @@
...
@@ -36,17 +36,13 @@
<a href="
{{
url
(
'buktipembayaran/'
.
$a
->
id
)}}
">Upload Bukti</a>
<a href="
{{
url
(
'buktipembayaran/'
.
$a
->
id
)}}
">Upload Bukti</a>
</td>
</td>
<td>
<td>
<form action="
{{
url
(
'batalkan/'
.
$a
->
id
)}}
" method="
post
">
<a href="
{{
url
(
'updatepesanan/'
.
$a
->
id
)}}
">Perbaharui Pesanan</a>
<input type="
hidden
" name="
_method
" value="
PUT
">
</i><input type="
submit
" value="
batalkan
">
{
{csrf_field()}
}
</form>
</td>
</td>
<td>
<td>
<form action="" 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
">
{
{csrf_field()}
}
{
{csrf_field()}
}
<input type="
submit
" value="
Perbaharui
">
</form>
</form>
</td>
</td>
@elseif(
$a->status
==1)
@elseif(
$a->status
==1)
...
...
resources/views/vendor/adminlte/layouts/customers/UpdatePemesanan.blade.php
0 → 100644
View file @
2a4d4206
@
extends
(
'adminlte::layouts.master'
)
@
section
(
'main-content'
)
<
div
class
="
cuisines
agileits
w3layouts
" style="
padding
-
top
:
50
px
;
margin
-
top
:
80
px
;
margin
-
bottom
:
100
px
;
">
<div class="
container
">
<form class="
form
-
horizontal
" action="
{{
url
(
'upload/'
.
$data
->
id
)}}
" method="
post
" enctype="
multipart
/
form
-
data
">
<input type="
hidden
" name="
_method
" value="
PUT
">
{
{csrf_field()}
}
<label>Tanggal Mulai</label>
<input type="
text
" name="
tanggal_mulai
" value="
{{
$data
->
tanggal_mulai
}}
" id="
noTelepon
" class="
form
-
control
">
<label>Tanggal Berakhir</label>
<input type="
text
" name="
tanggal_berakhir
" value="
{{
$data
->
tanggal_berakhir
}}
" class="
form
-
control
" >
<label>Jumlah Kamar</label>
<input type="
text
" name="
jumlah_kamar
" value="
{{
$data
->
jumlah_kamar
}}
" class="
form
-
control
">
<div class="
form
-
group
" align="
right
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
simpan
">
</div>
</form>
</div>
</div>
@endsection
resources/views/vendor/adminlte/layouts/customers/Upload.blade.php
View file @
2a4d4206
...
@@ -7,11 +7,11 @@
...
@@ -7,11 +7,11 @@
<input type="
hidden
" name="
_method
" value="
PUT
">
<input type="
hidden
" name="
_method
" value="
PUT
">
{
{csrf_field()}
}
{
{csrf_field()}
}
<label>Tanggal Mulai</label>
<label>Tanggal Mulai</label>
<input type="
text
" name="
tanggal_mulai
" value="
{{
$data
->
tanggal_mulai
}}
" id="
noTelepon
" class="
form
-
control
">
<input type="
text
" name="
tanggal_mulai
" value="
{{
$data
->
tanggal_mulai
}}
" id="
noTelepon
" class="
form
-
control
"
disabled
>
<label>Tanggal Berakhir</label>
<label>Tanggal Berakhir</label>
<input type="
text
" name="
tanggal_berakhir
" value="
{{
$data
->
tanggal_berakhir
}}
" class="
form
-
control
">
<input type="
text
" name="
tanggal_berakhir
" value="
{{
$data
->
tanggal_berakhir
}}
" class="
form
-
control
"
disabled
>
<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
"
disabled
>
<label>Bukti Pembayaran</label>
<label>Bukti Pembayaran</label>
<input type="
file
" name="
bukti_pembayaran
" id="
foto
" class="
form
-
corol
">nt<br>
<input type="
file
" name="
bukti_pembayaran
" id="
foto
" class="
form
-
corol
">nt<br>
<div class="
form
-
group
" align="
right
">
<div class="
form
-
group
" align="
right
">
...
...
routes/web.php
View file @
2a4d4206
...
@@ -87,6 +87,7 @@ Route::get('daftar','GuestController@register');
...
@@ -87,6 +87,7 @@ Route::get('daftar','GuestController@register');
Route
::
post
(
'daftar'
,
'GuestController@registerStore'
);
Route
::
post
(
'daftar'
,
'GuestController@registerStore'
);
Route
::
group
([
'middleware'
=>
'customer'
],
function
()
{
Route
::
group
([
'middleware'
=>
'customer'
],
function
()
{
Route
::
get
(
'updatepesanan/{id}'
,
'CustomerController@updatePesanan'
);
Route
::
put
(
'batalkan/{id}'
,
'CustomerController@cancelPemesanan'
);
Route
::
put
(
'batalkan/{id}'
,
'CustomerController@cancelPemesanan'
);
Route
::
put
(
'upload/{id}'
,
'CustomerController@upload'
);
Route
::
put
(
'upload/{id}'
,
'CustomerController@upload'
);
Route
::
get
(
'customerHistory'
,
'CustomerController@history'
);
Route
::
get
(
'customerHistory'
,
'CustomerController@history'
);
...
...
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