Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA21617D4TI04
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
Rinto
PA21617D4TI04
Commits
1f1772aa
Commit
1f1772aa
authored
7 years ago
by
Rinto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new
parent
9d54eaf3
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
353 additions
and
236 deletions
+353
-236
login.blade.php
resources/views/vendor/adminlte/auth/login.blade.php
+2
-14
detail.blade.php
resources/views/vendor/adminlte/k_klien/bus/detail.blade.php
+51
-45
index.blade.php
resources/views/vendor/adminlte/k_klien/bus/index.blade.php
+2
-1
ubahbus.blade.php
...urces/views/vendor/adminlte/k_klien/bus/ubahbus.blade.php
+93
-0
detail.blade.php
...es/views/vendor/adminlte/k_klien/history/detail.blade.php
+24
-28
detail2.blade.php
...s/views/vendor/adminlte/k_klien/history/detail2.blade.php
+19
-0
index.blade.php
...ces/views/vendor/adminlte/k_klien/history/index.blade.php
+1
-1
index.blade.php
resources/views/vendor/adminlte/k_klien/index.blade.php
+0
-2
detail.blade.php
.../views/vendor/adminlte/k_klien/pemesanan/detail.blade.php
+27
-10
detail.blade.php
...rces/views/vendor/adminlte/k_klien/supir/detail.blade.php
+51
-19
index.blade.php
...urces/views/vendor/adminlte/k_klien/supir/index.blade.php
+1
-1
ubah.blade.php
resources/views/vendor/adminlte/k_klien/supir/ubah.blade.php
+60
-102
detailuser.blade.php
...s/views/vendor/adminlte/k_klien/user/detailuser.blade.php
+3
-3
index.blade.php
resources/views/vendor/adminlte/klien/pesan/index.blade.php
+10
-0
detail.blade.php
...rces/views/vendor/adminlte/klien/riwayat/detail.blade.php
+1
-1
index.blade.php
...urces/views/vendor/adminlte/klien/riwayat/index.blade.php
+2
-2
mainheader.blade.php
...ews/vendor/adminlte/layouts/partials/mainheader.blade.php
+4
-4
sidebar.blade.php
.../views/vendor/adminlte/layouts/partials/sidebar.blade.php
+2
-3
No files found.
resources/views/vendor/adminlte/auth/login.blade.php
View file @
1f1772aa
...
...
@@ -11,15 +11,12 @@
<div class="
login
-
logo
">
<a href="
{{
url
(
'/welcome'
)
}}
"><b>Booking Driver</b>IS</a>
</div><!-- /.login-logo -->
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
<strong>Terjadi Kesalahan!</strong> Username atau Password Salah<br>
</div>
@endif
<div class="
login
-
box
-
body
">
<p class="
login
-
box
-
msg
"> {{ trans('adminlte_lang::message.siginsession') }} </p>
<form action="
{{
url
(
'/login'
)
}}
" method="
post
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
...
...
@@ -31,31 +28,22 @@
<input type="
password
" class="
form
-
control
" placeholder="
{{
trans
(
'adminlte_lang::message.password'
)
}}
" name="
password
"/>
<span class="
glyphicon
glyphicon
-
lock
form
-
control
-
feedback
"></span>
</div>
<div class="
row
">
<div class="
col
-
xs
-
8
">
<div class="
checkbox
icheck
">
<label>
<a href="
{{
url
(
'/register'
)
}}
" class="
text
-
center
">{{ trans('adminlte_lang::message.registermember') }}</a>
<!--
<input type="
checkbox
" name="
remember
"> {{ trans('adminlte_lang::message.remember') }}
-->
<!-- <input type="
checkbox
" name="
remember
"> {{ trans('adminlte_lang::message.remember') }}-->
</label>
</div>
</div>
<!-- /.col -->
<div class="
col
-
xs
-
4
">
<button type="
submit
" class="
btn
btn
-
primary
btn
-
block
btn
-
flat
">{{ trans('adminlte_lang::message.buttonsign') }}</button>
</div><!-- /.col -->
</div>
</form>
<!-- Forgot Password
<a href="
{{
url
(
'/password/reset'
)
}}
">{{ trans('adminlte_lang::message.forgotpassword') }}</a><br>
-->
<!-- Forgot Password <a href="
{{
url
(
'/password/reset'
)
}}
">{{ trans('adminlte_lang::message.forgotpassword') }}</a><br>-->
</div><!-- /.login-box-body -->
</div><!-- /.login-box -->
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/bus/detail.blade.php
View file @
1f1772aa
...
...
@@ -7,7 +7,7 @@
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Kendaraan</li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Detail Kendaraan</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i> Detail Kendaraan</li>
</ol><!-- breadcrumbs -->
@endsection
...
...
@@ -15,60 +15,66 @@
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
">
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<img src="
{{
asset
(
'image/'
.
$bus
->
gambar
)}}
" style="
height
:
155
px
;
width
:
150
px
;
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
{!! csrf_field() !!}
<div class="
form
-
group
{{
$errors
->
has
(
'nama_bus'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Kendaraan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
nama_bus
" value="
{{
$bus
->
nama_bus
}}
" readonly
>
@if (
$errors->has
('nama_bus'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('nama_bus') }}</strong
>
</span
>
@endif
<!-- Box Comment --
>
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
"
>
<img src="
{{
asset
(
'image/'
.
$bus
->
gambar
)}}
" style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
"
>
<span class="
username
">{{
$bus->nama_bus
}}</span>
</div>
<!-- /.user-block -->
<div class="
box
-
tools
">
<button type="
button
" class="
btn
btn
-
box
-
tool
" data-widget="
collapse
"><i class="
fa
fa
-
minus
"></i></button>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'jenis_bus'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Jenis Kendaraan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
jenis_bus
" value="
{{
$bus
->
jenis_bus
}}
" readonly>
@if (
$errors->has
('jenis_bus'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('jenis_bus') }}</strong>
</span>
@endif
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="
box
-
body
">
<div class="
col
-
md
-
9
">
<div class="
nav
-
tabs
-
custom
">
<ul class="
nav
nav
-
tabs
">
<li class="
active
"><a href="
#gambar1" data-toggle="tab" aria-expanded="true">Gambar Kendaraan</a></li>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
gambar1
">
<img style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
" src="
{{
asset
(
'image/'
.
$bus
->
gambar
)}}
">
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'plat_bus'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Plat Kendaraan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
plat_bus
" value="
{{
$bus
->
plat_bus
}}
" readonly>
@if (
$errors->has
('plat_bus'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('jenis') }}</strong>
</span>
@endif
<!-- /.tab-pane -->
</div>
<!-- /.tab-content -->
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'deskripsi'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Deskripsi Kendaraan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
deskripsi
" value="
{{
$bus
->
deskripsi
}}
" readonly>
@if (
$errors->has
('deskripsi'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('deskripsi') }}</strong>
</span>
@endif
<!-- /.nav-tabs-custom -->
</div>
</div>
<!-- /.box-footer -->
<div class="
box
-
footer
">
<form action="" method="
post
">
<input name="
_token
" value="
AKcKGHPCbCtWwxrSy6CaJSecjjXYfMdJNnGQC4NM
" type="
hidden
">
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Nama Kendaraan</label>
<input class="
form
-
control
" name="
nama_bus
" value="
{{
$bus
->
nama_bus
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Jenis Kendaraan</label>
<input class="
form
-
control
" name="
jenis_bus
" value="
{{
$bus
->
jenis_bus
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Plat Kendaraan</label>
<input class="
form
-
control
" name="
plat_bus
" value="
{{
$bus
->
plat_bus
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Deskripsi</label>
<textarea class="
form
-
control
" placeholder="
Berikan
deskripsi
disini
" rows="
3
" name="
deskripsi
" readonly="">{{
$bus->deskripsi
}}</textarea>
</div>
<div class="
form
-
group
has
-
feedback
">
<a href="
{{
url
(
'bus/ubahbus'
,
$bus
->
id
)}}
" class="
btn
btn
-
success
"><i class="
fa
fa
-
edit
"></i> Ubah Data</a>
</div>
</form><br>
</div>
<
/form
>
<
!-- /.box-footer --
>
</div>
<!-- /.box -->
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/bus/index.blade.php
View file @
1f1772aa
...
...
@@ -6,12 +6,13 @@
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i>Kendaraan</li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i>
Kendaraan</li>
</ol><!-- breadcrumbs -->
@endsection
@section('main-content')
<div class="
container
-
fluid
spark
-
screen
">
@if(session()->has('message'))
<div class="
alert
alert
-
info
">
{
{session()->get('message')}
}
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/bus/ubahbus.blade.php
0 → 100644
View file @
1f1772aa
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
Detail
@
endsection
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Kendaraan</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i> Ubah Data</li>
</ol><!-- breadcrumbs -->
@endsection
@section('main-content')
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
">
<div class="
col
-
md
-
6
">
<!-- Box Comment -->
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
">
<img src="
{{
asset
(
'image/'
.
$bus
->
gambar
)}}
" style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
">
<span class="
username
">{{
$bus->nama_bus
}}</span>
</div>
<!-- /.user-block -->
<div class="
box
-
tools
">
<button type="
button
" class="
btn
btn
-
box
-
tool
" data-widget="
collapse
"><i class="
fa
fa
-
minus
"></i></button>
</div>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="
box
-
body
">
<div class="
col
-
md
-
9
">
<div class="
nav
-
tabs
-
custom
">
<ul class="
nav
nav
-
tabs
">
<li class="
active
"><a href="
#gambar1" data-toggle="tab" aria-expanded="true">Gambar Kendaraan</a></li>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
gambar1
">
<img style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
" src="
{{
asset
(
'image/'
.
$bus
->
gambar
)}}
">
</div>
<!-- /.tab-pane -->
</div>
<!-- /.tab-content -->
</div>
<!-- /.nav-tabs-custom -->
</div>
</div>
<!-- /.box-footer -->
<div class="
box
-
footer
">
<form action="
{{
url
(
'busupdate'
,
$bus
->
id
)
}}
" method="
POST
" enctype="
multipart
/
form
-
data
">
{{ csrf_field() }}
<div class="
form
-
group
has
-
feedback
">
<input class="
form
-
control
" name="
gambar
" value="
{{
$bus
->
gambar
}}
" readonly>
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">ID Kendaraan</label>
<input class="
form
-
control
" name="
id
" value="
{{
$bus
->
id
}}
" type="
text
"readonly>
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Nama Kendaraan</label>
<input class="
form
-
control
" name="
nama_bus
" value="
{{
$bus
->
nama_bus
}}
" required="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Jenis Kendaraan</label>
<input class="
form
-
control
" name="
jenis_bus
" value="
{{
$bus
->
jenis_bus
}}
" required="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Plat Kendaraan</label>
<input class="
form
-
control
" name="
plat_bus
" value="
{{
$bus
->
plat_bus
}}
" required="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Deskripsi</label>
<textarea class="
form
-
control
" placeholder="
Berikan
deskripsi
disini
" rows="
3
" name="
deskripsi
" required="">{{
$bus->deskripsi
}}</textarea>
</div>
<button type="
submit
" class="
btn
btn
-
primary
">
<i class="
fa
fa
-
save
"></i> Simpan
</button>
</form><br>
</div>
<!-- /.box-footer -->
</div>
<!-- /.box -->
</div>
</div>
</div>
@endsection
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/history/detail.blade.php
View file @
1f1772aa
...
...
@@ -18,22 +18,26 @@
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
{!! csrf_field() !!}
<div class="
form
-
group
{{
$errors
->
has
(
'name'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Pemesan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
name
" value="
{{
$riwayat
->
name
}}
" readonly>
@if (
$errors->has
('name'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('name') }}</strong>
</span>
@endif
<div class="
col
-
md
-
9
">
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
">
<span class="
username
">{{
$riwayat->name
}}</span>
</div>
<!-- /.user-block -->
</div>
<div class="
login
-
box
-
body
">
<div class="
user
-
block
">
<span class="
username
">{{
$riwayat->status
}}</span>
</div>
<!-- /.user-block -->
</div>
<!-- /.box-footer -->
<div class="
box
-
footer
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
{!! csrf_field() !!}
<div class="
form
-
group
{{
$errors
->
has
(
'tujuan'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Tujuan</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Tujuan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
tujuan
" value="
{{
$riwayat
->
tujuan
}}
" readonly>
@if (
$errors->has
('tujuan'))
...
...
@@ -44,7 +48,7 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'jumlah'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Jumlah Penumpang</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Jumlah Penumpang</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
tujuan
" value="
{{
$riwayat
->
tujuan
}}
" readonly>
@if (
$errors->has
('tujuan'))
...
...
@@ -55,7 +59,7 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'alasan'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Keperluan Pemesanan</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Keperluan Pemesanan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
alasan
" value="
{{
$riwayat
->
alasan
}}
" readonly>
@if (
$errors->has
('alasan'))
...
...
@@ -66,7 +70,7 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'berangkat'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Tanggal Berangkat</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Tanggal Berangkat</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
berangkat
" value="
{{
$riwayat
->
berangkat
}}
" readonly>
@if (
$errors->has
('berangkat'))
...
...
@@ -77,7 +81,7 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'kembali'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Tanggal Kembali</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Tanggal Kembali</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
kembali
" value="
{{
$riwayat
->
kembali
}}
" readonly>
@if (
$errors->has
('kembali'))
...
...
@@ -88,7 +92,7 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'plat_bus'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Plat Kendaraan</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Plat Kendaraan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
plat_bus
" value="
{{
$riwayat
->
plat_bus
}}
" readonly>
@if (
$errors->has
('plat_bus'))
...
...
@@ -98,18 +102,10 @@
@endif
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'status'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Status</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
status
" value="
{{
$riwayat
->
status
}}
" readonly>
@if (
$errors->has
('status'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('status') }}</strong>
</span>
@endif
</form>
</div>
</div>
</div>
</form>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/history/detail2.blade.php
View file @
1f1772aa
...
...
@@ -18,6 +18,22 @@
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<div class="
col
-
md
-
9
">
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
">
<span class="
username
">{{
$riwayat2->name
}}</span>
</div>
<!-- /.user-block -->
</div>
<div class="
login
-
box
-
body
">
<div class="
user
-
block
">
<span class="
username
">{{
$riwayat2->status
}}</span>
</div>
<!-- /.user-block -->
</div>
<!-- /.box-footer -->
<div class="
box
-
footer
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
{!! csrf_field() !!}
...
...
@@ -35,6 +51,9 @@
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/history/index.blade.php
View file @
1f1772aa
...
...
@@ -44,7 +44,7 @@
<td>
{
{$riwaya2->alasan}
}
</td>
<td>
{
{$riwaya2->status}
}
</td>
<td colspan="
2
">
<a href="
{{
url
(
'/history/details'
,
$riwaya2
->
id
)}}
" class="
btn
btn
-
info
"><i class="
fa
fa
-
eye
"></i>Detail</a>
<a href="
{{
url
(
'/history/details
2
'
,
$riwaya2
->
id
)}}
" class="
btn
btn
-
info
"><i class="
fa
fa
-
eye
"></i>Detail</a>
</td>
</tr>
</form>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/index.blade.php
View file @
1f1772aa
...
...
@@ -17,11 +17,9 @@
<button class="
close
" type="
button
" data-dismiss="
alert
" aria-hidden="
true
">x</button>
<h4><i class="
icon
fa
fa
-
check
"></i> Notifikasi !</h4>
Terdapat Pemesanan Yang masuk
<tr>
<a href="
{{
url
(
'k_klien/pemesanan'
)}}
" class="
btn
btn
-
danger
">Lihat</a>
</tr>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/pemesanan/detail.blade.php
View file @
1f1772aa
...
...
@@ -6,7 +6,7 @@
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i>
Detail Pemesanan</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i>
Detail Pemesanan</li>
</ol><!-- breadcrumbs -->
@endsection
...
...
@@ -16,12 +16,26 @@
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<div class="
col
-
md
-
9
">
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
">
<span class="
username
">{{
$pemesanan->name
}}</span>
</div>
<!-- /.user-block -->
</div>
<div class="
login
-
box
-
body
">
<div class="
user
-
block
">
<span class="
username
">{{
$pemesanan->status
}}</span>
</div>
<!-- /.user-block -->
</div>
<!-- /.box-footer -->
<div class="
box
-
footer
">
<form class="
form
-
horizontal
" action="
{{
url
(
'update'
,
$pemesanan
->
id
)
}}
" method="
POST
">
{!! csrf_field() !!}
<div class="
form
-
group
{{
$errors
->
has
(
'name'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Pemesan</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Nama Pemesan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
name
" value="
{{
$pemesanan
->
name
}}
" readonly>
@if (
$errors->has
('name'))
...
...
@@ -32,7 +46,7 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'tujuan'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Tujuan</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Tujuan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
tujuan
" value="
{{
$pemesanan
->
tujuan
}}
" readonly>
@if (
$errors->has
('tujuan'))
...
...
@@ -43,7 +57,7 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'jumlah'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Jumlah</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Jumlah</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
jumlah
" value="
{{
$pemesanan
->
jumlah
}}
" readonly>
@if (
$errors->has
('jumlah'))
...
...
@@ -53,7 +67,7 @@
@endif
</div>
</div><div class="
form
-
group
{{
$errors
->
has
(
'alasan'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Keperluan Keberangkatan</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Keperluan Keberangkatan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
alasan
" value="
{{
$pemesanan
->
alasan
}}
" readonly>
@if (
$errors->has
('alasan'))
...
...
@@ -64,7 +78,7 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'berangkat'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Tanggal Berangkat</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Tanggal Berangkat</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
berangkat
" value="
{{
$pemesanan
->
berangkat
}}
" readonly>
@if (
$errors->has
('berangkat'))
...
...
@@ -76,7 +90,7 @@
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'kembali'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Tanggal Kembali</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Tanggal Kembali</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
kembali
" value="
{{
$pemesanan
->
kembali
}}
" readonly>
@if (
$errors->has
('kembali'))
...
...
@@ -88,7 +102,7 @@
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'plat_bus'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Plat Kendaraan</label>
<label for="
title
" class="
col
-
md
-
5
control
-
label
">Plat Kendaraan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
plat_bus
" value="
{{
$pemesanan
->
plat_bus
}}
" readonly>
@if (
$errors->has
('plat_bus'))
...
...
@@ -120,6 +134,9 @@
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/supir/detail.blade.php
View file @
1f1772aa
...
...
@@ -6,8 +6,8 @@
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Supir</li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Detail Supir</li>
<li class="
active
"><i class="
fa
fa
-
user
"></i> Supir</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i> Detail Supir</li>
</ol><!-- breadcrumbs -->
@endsection
...
...
@@ -15,29 +15,61 @@
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
">
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
{!! csrf_field() !!}
<div class="
form
-
group
{{
$errors
->
has
(
'nama_supir'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Supir</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
nama_supir
" value="
{{
$supir
->
nama_supir
}}
" readonly>
@if (
$errors->has
('nama_supir'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('nama_supir') }}</strong>
</span>
@endif
<!-- Box Comment -->
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
">
<img src="
{{
asset
(
'image/'
.
$supir
->
gambar
)}}
" style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
">
<span class="
username
">{{
$supir->nama_supir
}}</span>
<span class="
username
"></span>
</div>
<!-- /.user-block -->
<div class="
box
-
tools
">
<button type="
button
" class="
btn
btn
-
box
-
tool
" data-widget="
collapse
"><i class="
fa
fa
-
minus
"></i></button>
</div>
</form>
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="
box
-
body
">
<img style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
" src="
{{
asset
(
'image/'
.
$supir
->
gambar
)}}
">
</div>
<!-- /.box-footer -->
<div class="
box
-
footer
">
<a href="
{{
url
(
'supir/tambah'
)}}
" class="
btn
btn
-
danger
">Tambah Supir</a>
<i fa-user-plus></i>
<form action="" method="
post
">
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">ID Supir</label>
<input class="
form
-
control
" name="
id
" value="
{{
$supir
->
id
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Nama Supir</label>
<input class="
form
-
control
" name="
nama_supir
" value="
{{
$supir
->
nama_supir
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Tempat/Tgl Lahir</label>
<input class="
form
-
control
" name="
ttl
" value="
{{
$supir
->
ttl
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Alamat</label>
<input class="
form
-
control
" name="
alamat
" value="
{{
$supir
->
alamat
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Jenis Kelamin</label>
<input class="
form
-
control
" name="
jk
" value="
{{
$supir
->
jk
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Agama</label>
<input class="
form
-
control
" name="
agama
" value="
{{
$supir
->
agama
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<a href="
{{
url
(
'supir/ubahsupir'
,
$supir
->
id
)}}
" class="
btn
btn
-
info
"><i class="
fa
fa
-
edit
"></i> Ubah Data</a>
</div>
</form><br>
</div>
<!-- /.box-footer -->
</div>
<!-- /.box -->
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/supir/index.blade.php
View file @
1f1772aa
...
...
@@ -6,7 +6,7 @@
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Supir</li>
<li class="
active
"><i class="
fa
fa
-
user
"></i> Supir</li>
</ol><!-- breadcrumbs -->
@endsection
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/supir/ubah.blade.php
View file @
1f1772aa
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
Edit
Detail
@
endsection
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i>Supir</li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i>Ubah Supir
</li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i>
Supir</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i> Ubah Data
</li>
</ol><!-- breadcrumbs -->
@endsection
{{
$supir->nama
}}
@section('main-content')
<div class="
container
">
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<div class="
container
-
fluid
spark
-
screen
">
@if(session()->has('message'))
<div class="
alert
alert
-
info
">
{
{session()->get('message')}
}
</div>
@endif
@if(!empty(
$success
))
<div class="
alert
alert
-
success
">
{
{$success}
}
</div>
@endif
<div class="
container
">
<form class="
form
-
horizontal
" action="
{{
url
(
'updatesupir'
,
$supir
->
id
)
}}
" method="
POST
">
{!! csrf_field() !!}
<div class="
form
-
group
{{
$errors
->
has
(
'id'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">ID Supir</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
nama
" value="
{{
$supir
->
id
}}
"
>
@if (
$errors->has
('id'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('id') }}</strong
>
</span
>
@endif
<!-- Box Comment --
>
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
"
>
<img src="
{{
asset
(
'image/'
.
$supir
->
gambar
)}}
" style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
"
>
<span class="
username
">{{
$supir->nama_supir
}}</span>
</div>
<!-- /.user-block -->
<div class="
box
-
tools
">
<button type="
button
" class="
btn
btn
-
box
-
tool
" data-widget="
collapse
"><i class="
fa
fa
-
minus
"></i></button>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'nama_supir'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Supir</label>
<div class="
col
-
md
-
6
">
<input type="
integer
" class="
form
-
control
" name="
nama_supir
" value="
{{
$supir
->
nama_supir
}}
" >
@if (
$errors->has
('nama_supir'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('nama_supir') }}</strong>
</span>
@endif
<!-- /.box-tools -->
</div>
<!-- /.box-header -->
<div class="
box
-
body
">
<div class="
col
-
md
-
9
">
<div class="
nav
-
tabs
-
custom
">
<ul class="
nav
nav
-
tabs
">
<li class="
active
"><a href="
#gambar1" data-toggle="tab" aria-expanded="true">Gambar Kendaraan</a></li>
</
ul
>
<
div
class
="
tab
-
content
">
<div class="
tab
-
pane
active
" id="
gambar1
">
<img style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
" src="
{{
asset
(
'image/'
.
$supir
->
gambar
)}}
">
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'ttl'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">TTL</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
ttl
" value="
{{
$supir
->
ttl
}}
" >
@if (
$errors->has
('ttl'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('ttl') }}</strong>
</span>
@endif
<!-- /.tab-pane -->
</div>
<!-- /.tab-content -->
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'alamat'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Alamat</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
alamat
" value="
{{
$supir
->
alamat
}}
" >
@if (
$errors->has
('alamat'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('alamat') }}</strong>
</span>
@endif
<!-- /.nav-tabs-custom -->
</div>
</div>
<!-- /.box-footer -->
<div class="
box
-
footer
">
<form action="
{{
url
(
'/k_klien/supir/updatesupir'
,
$supir
->
id
)}}
" method="
post
" enctype="
multipart
/
form
-
data
">
{{ csrf_field() }}
<div class="
form
-
group
{{
$errors
->
has
(
'jk'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">JK</label>
<div class="
col
-
md
-
6
">
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">ID Supir</label>
<input class="
form
-
control
" name="
id
" value="
{{
$supir
->
id
}}
" readonly="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Nama Supir</label>
<input class="
form
-
control
" name="
nama_supir
" value="
{{
$supir
->
nama_supir
}}
" required="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Tempat/Tgl Lahir</label>
<input class="
form
-
control
" name="
ttl
" value="
{{
$supir
->
ttl
}}
" required="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Alamat</label>
<input class="
form
-
control
" name="
alamat
" value="
{{
$supir
->
alamat
}}
" required="" type="
text
">
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Jenis Kelamin</label>
<div class="
col
-
md
-
4
">
<select name="
jk
" class="
form
-
control
">
<option value="
Laki
-
Laki
">Laki-Laki</option>
<option value="
Perempuan
">Perempuan</option>
</select>
@if (
$errors->has
('jk'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('jk') }}</strong>
</span>
@endif
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'agama'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Agama</label>
<div class="
col
-
md
-
6
">
<select name="
agama
" class="
form
-
control
">
<option value="
k
.
Protestan
">K. Protestan</option>
<option value="
K
.
Katolik
">K. Katolik</option>
<option value="
Islam
">Islam</option>
<option value="
Hindu
">Hindu</option>
<option value="
Budha
">Budha</option>
<option value="
Lain
">Lain</option>
</select>
@if (
$errors->has
('agama'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('agama') }}</strong>
</span>
@endif
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'image'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Gambar</label>
<div class="
col
-
md
-
6
">
<input type="
file
" id="
exampleInputImage
" class="
form
-
control
" name="
image
" value="
{{
$supir
->
image
}}
" >
@if (
$errors->has
('image'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('image') }}</strong>
</span>
@endif
</div>
<div class="
form
-
group
has
-
feedback
">
<label class="
col
-
md
-
4
control
-
label
">Agama</label>
<input class="
form
-
control
" name="
agama
" value="
{{
$supir
->
agama
}}
" required="" type="
text
">
</div>
<div class="
form
-
group
">
<div class="
col
-
md
-
6
col
-
md
-
offset
-
4
">
<button type="
submit
" class="
btn
btn
-
primary
">
Simpan
<i class="
fa
fa
-
save
"></i>
Simpan
</button>
</form><br>
</div>
<!-- /.box-footer -->
</div>
<
/form
>
<
!-- /.box --
>
</div>
</div>
</div>
@endsection
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/k_klien/user/detailuser.blade.php
View file @
1f1772aa
...
...
@@ -6,8 +6,8 @@
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> User</li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Detail User</li>
<li class="
active
"><i class="
fa
fa
-
user
"></i> User</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i> Detail User</li>
</ol><!-- breadcrumbs -->
@endsection
...
...
@@ -21,7 +21,7 @@
<!-- Profile Image -->
<div class="
box
box
-
primary
">
<div class="
box
-
body
box
-
profile
">
<img
class="
profile
-
user
-
img
img
-
responsive
img
-
circle
" src="
../../
dist
/
img
/
avatar
.
png
" alt="
User
Profil
"
>
<img
src="
/
PA21617D4TI04
/
public
/
img
/
photo1
.
png
" class="
profile
-
user
-
img
img
-
responsive
img
-
circle
" alt="
User
Image
"/
>
<h3 class="
profile
-
username
text
-
center
">{{
$user->name
}}</h3>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/klien/pesan/index.blade.php
View file @
1f1772aa
...
...
@@ -12,6 +12,16 @@
@section('main-content')
<div class="
container
-
fluid
spark
-
screen
">
<script type="
text
/
javascript
">
$(document).ready(function () {
$("
.
datepicker
").datepicker({
autoclose: true,
format: 'yyyy-mm-dd',
language: 'id'
});
});
</script>
<div class="
box
box
-
default
">
@if(session()->has('message'))
<div class="
alert
alert
-
info
">
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/klien/riwayat/detail.blade.php
View file @
1f1772aa
...
...
@@ -24,7 +24,7 @@
<div class="
form
-
group
{{
$errors
->
has
(
'name'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Pemesan</label>
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
name
" value="
{{
$riwayat
->
name
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
name
" value="
{{
$riwayat
s
->
name
}}
" readonly>
@if (
$errors->has
('name'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('name') }}</strong>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/klien/riwayat/index.blade.php
View file @
1f1772aa
...
...
@@ -32,7 +32,7 @@
<td>
{
{$riwaya->alasan}
}
</td>
<td>
{
{$riwaya->status}
}
</td>
<td colspan="
2
">
<a href="
{{
url
(
'/
klien/
riwayat/details'
,
$riwaya
->
id
)}}
" class="
btn
btn
-
info
"><i class="
fa
fa
-
eye
"></i> Detail</a>
<a href="
{{
url
(
'/riwayat/details'
,
$riwaya
->
id
)}}
" class="
btn
btn
-
info
"><i class="
fa
fa
-
eye
"></i> Detail</a>
</td>
</tr>
</form>
...
...
@@ -44,7 +44,7 @@
<td>
{
{$riwaya2->berangkat}
}
</td>
<td>
{
{$riwaya2->status}
}
</td>
<td colspan="
2
">
<a href="
{{
url
(
'/
klien/
riwayat/details2'
,
$riwaya2
->
id
)}}
" class="
btn
btn
-
info
"><i class="
fa
fa
-
eye
"></i> Detail</a>
<a href="
{{
url
(
'/riwayat/details2'
,
$riwaya2
->
id
)}}
" class="
btn
btn
-
info
"><i class="
fa
fa
-
eye
"></i> Detail</a>
</td>
</tr>
</form>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partials/mainheader.blade.php
View file @
1f1772aa
...
...
@@ -28,15 +28,15 @@
<!-- Menu Toggle Button -->
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<!-- The user image in the navbar-->
<img
src=
"/
UD_Antoni_Start/public/image/164928.jp
g"
class=
"user-image"
alt=
"User Image"
/>
<img
src=
"/
PA21617D4TI04/public/img/photo1.pn
g"
class=
"user-image"
alt=
"User Image"
/>
<!-- hidden-xs hides the username on small devices so only the image appears. -->
<span
class=
"hidden-xs"
>
{{ Auth::user()->name }}
</span>
</a>
<ul
class=
"dropdown-menu"
>
<!-- The user image in the menu -->
<
li
class=
"user-header"
>
<img
src=
"/
UD_Antoni_Start/public/image/164928.jpg"
class=
"img-circle"
alt=
"User Image"
/>
</
li
>
<
div
class=
"user-header"
>
<img
src=
"/
PA21617D4TI04/public/img/photo1.png"
class=
"profile-user-img img-responsive img-circle"
alt=
"User Image"
/>
</
div
>
<!-- Menu Footer-->
<li
class=
"user-footer"
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/vendor/adminlte/layouts/partials/sidebar.blade.php
View file @
1f1772aa
...
...
@@ -7,8 +7,8 @@
<!-- Sidebar user panel (optional) -->
@if (! Auth::guest())
<div
class=
"user-panel"
>
<div
class=
"pull-left image"
>
<img
src=
"
"
class=
"img-circle"
alt=
"User Image"
/>
<div
class=
"
fa-
pull-left image"
>
<img
src=
"
/PA21617D4TI04/public/img/photo1.png"
class=
"img-circle"
alt=
"User Image"
/>
</div>
<div
class=
"pull-left info"
>
<p>
{{ Auth::user()->name }}
</p>
...
...
@@ -22,7 +22,6 @@
<!-- Sidebar Menu -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
{{ trans('adminlte_lang::message.header') }}
</li>
@if(Auth::user()->status=="k_klien")
<li
class=
"header"
>
MAIN NAVIGATION
</li>
...
...
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