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
f226dfd8
Commit
f226dfd8
authored
7 years ago
by
Palti Sinaga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add book
parent
040ca38b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
12 deletions
+30
-12
AddBookManual.blade.php
...ews/vendor/adminlte/layouts/owner/AddBookManual.blade.php
+29
-11
mainheader.blade.php
...s/vendor/adminlte/layouts/partialweb/mainheader.blade.php
+1
-1
No files found.
resources/views/vendor/adminlte/layouts/owner/AddBookManual.blade.php
View file @
f226dfd8
...
...
@@ -23,19 +23,30 @@
<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>
<div class="
form
-
group
">
<label> Nama Pemesan </label>
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
user
"></i>
</div>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
<label>Tanggal Check in</label>
<div class="
input
-
group
date
">
<input type="
Date
" name="
checkin
" value="" id="
checkin
" class="
form
-
control
">
</div>
</div>
<label> Tanggal Check In </label>
<div class="
form
-
group
">
<label>Date:</label>
<label> Jumlah Kamar </label>
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
user
"></i>
</div>
<input type="
text
" name="
kamar
" value="" id="
kamar
" class="
form
-
control
">
</div>
</div>
<div class="
form
-
group
">
<label> Tanggal Check In </label>
<div class="
input
-
group
date
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
calendar
"></i>
...
...
@@ -45,9 +56,16 @@
<!-- /.input group -->
</div>
<label>Lama Menginap</label>
<input type="
text
" name="
TtlPembayaran
" value="" id="
nama
" class="
form
-
control
">
<br>
<div class="
form
-
group
">
<label> Lama Menginap </label>
<div class="
input
-
group
">
<div class="
input
-
group
-
addon
">
<i class="
fa
fa
-
user
"></i>
</div>
<input type="
text
" name="
nama
" value="" id="
nama
" class="
form
-
control
">
</div>
</div>
<div class="
form
-
group
" align="
right
">
<input type="
submit
" class="
btn
btn
-
primary
" value="
simpan
">
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partialweb/mainheader.blade.php
View file @
f226dfd8
...
...
@@ -25,7 +25,7 @@
<!-- User Account Menu -->
<li
class=
"dropdown user user-menu"
>
<!-- Menu Toggle Button -->
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<!-- The user image in the navbar-->
{{--
<img
src=
"{{ Gravatar::get($user->email) }}"
class=
"user-image"
alt=
"User Image"
/>
--}}
<!-- hidden-xs hides the username on small devices so only the image appears. -->
...
...
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