Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PA21617D4TI04PA2
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
PA21617D4TI04PA2
Commits
f86574de
Commit
f86574de
authored
May 27, 2017
by
Rinto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new
parent
03b0ae6b
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
510 additions
and
639 deletions
+510
-639
pa21617d4ti04.sql
pa21617d4ti04.sql
+0
-245
pa21617d4ti04.sql.zip
pa21617d4ti04.sql.zip
+0
-0
login.blade.php
resources/views/vendor/adminlte/auth/login.blade.php
+3
-15
detail.blade.php
resources/views/vendor/adminlte/k_klien/bus/detail.blade.php
+55
-49
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
+73
-77
detail2.blade.php
...s/views/vendor/adminlte/k_klien/history/detail2.blade.php
+29
-10
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
+99
-82
detail.blade.php
...rces/views/vendor/adminlte/k_klien/supir/detail.blade.php
+52
-20
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
+74
-117
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
+16
-6
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.
pa21617d4ti04.sql
deleted
100644 → 0
View file @
03b0ae6b
-- phpMyAdmin SQL Dump
-- version 4.5.1
-- http://www.phpmyadmin.net
--
-- Host: 127.0.0.1
-- Generation Time: 24 Mei 2017 pada 14.52
-- Versi Server: 10.1.16-MariaDB
-- PHP Version: 7.0.9
SET
SQL_MODE
=
"NO_AUTO_VALUE_ON_ZERO"
;
SET
time_zone
=
"+00:00"
;
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */
;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */
;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */
;
/*!40101 SET NAMES utf8mb4 */
;
--
-- Database: `pa21617d4ti04`
--
-- --------------------------------------------------------
--
-- Struktur dari tabel `batal`
--
CREATE
TABLE
`batal`
(
`id`
int
(
100
)
NOT
NULL
,
`tujuan`
varchar
(
100
)
NOT
NULL
,
`jumlah`
varchar
(
100
)
NOT
NULL
,
`alasan`
text
NOT
NULL
,
`berangkat`
date
NOT
NULL
,
`kembali`
date
NOT
NULL
,
`name`
varchar
(
100
)
NOT
NULL
,
`plat_bus`
varchar
(
100
)
NOT
NULL
,
`status`
varchar
(
100
)
NOT
NULL
,
`alasan_batal`
text
NOT
NULL
,
`created_at`
timestamp
NULL
DEFAULT
NULL
,
`updated_at`
timestamp
NULL
DEFAULT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
-- --------------------------------------------------------
--
-- Struktur dari tabel `bus`
--
CREATE
TABLE
`bus`
(
`id`
int
(
100
)
NOT
NULL
,
`nama_bus`
varchar
(
100
)
NOT
NULL
,
`jenis_bus`
varchar
(
100
)
NOT
NULL
,
`plat_bus`
varchar
(
100
)
NOT
NULL
,
`deskripsi`
text
NOT
NULL
,
`image`
varchar
(
1000
)
NOT
NULL
,
`created_at`
timestamp
NULL
DEFAULT
NULL
,
`updated_at`
timestamp
NULL
DEFAULT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
--
-- Dumping data untuk tabel `bus`
--
INSERT
INTO
`bus`
(
`id`
,
`nama_bus`
,
`jenis_bus`
,
`plat_bus`
,
`deskripsi`
,
`image`
,
`created_at`
,
`updated_at`
)
VALUES
(
1
,
'Perkasa'
,
'Truck'
,
'BB 8387 CE'
,
'Kapasitas 30 orang'
,
'perkasa.jpg'
,
'2017-05-23 19:56:23'
,
'2017-05-23 19:56:23'
),
(
2
,
'Perkasa 2'
,
'Truck'
,
'BB 8388 CE'
,
'Kapasitas 30 orang'
,
'762f614517e6fb3d6aa9c7a4543e1a3b.jpg'
,
'2017-05-23 23:09:06'
,
'2017-05-23 23:09:06'
),
(
3
,
'Perkasa3'
,
'Truck'
,
'BB 8389 CE'
,
'Kapasitas 30 orang'
,
'20150520_103112.jpg'
,
'2017-05-23 23:10:18'
,
'2017-05-23 23:10:18'
);
-- --------------------------------------------------------
--
-- Struktur dari tabel `konfirmasi`
--
CREATE
TABLE
`konfirmasi`
(
`id`
int
(
100
)
NOT
NULL
,
`tujuan`
varchar
(
100
)
NOT
NULL
,
`jumlah`
varchar
(
100
)
NOT
NULL
,
`alasan`
text
NOT
NULL
,
`berangkat`
date
NOT
NULL
,
`kembali`
date
NOT
NULL
,
`name`
varchar
(
100
)
NOT
NULL
,
`status`
varchar
(
100
)
NOT
NULL
,
`plat_bus`
varchar
(
100
)
NOT
NULL
,
`created_at`
timestamp
NULL
DEFAULT
NULL
,
`updated_at`
timestamp
NULL
DEFAULT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
--
-- Dumping data untuk tabel `konfirmasi`
--
INSERT
INTO
`konfirmasi`
(
`id`
,
`tujuan`
,
`jumlah`
,
`alasan`
,
`berangkat`
,
`kembali`
,
`name`
,
`status`
,
`plat_bus`
,
`created_at`
,
`updated_at`
)
VALUES
(
3
,
'Bandung'
,
'20'
,
'Jalan-Jalan'
,
'2016-10-15'
,
'2017-10-10'
,
'Anggiat Tambunan'
,
'disetujui'
,
' '
,
'2017-05-21 19:41:23'
,
'2017-05-21 19:41:23'
),
(
33
,
'ww'
,
'2'
,
'tryy'
,
'2016-10-10'
,
'2017-10-10'
,
'klien'
,
'disetujui'
,
' '
,
'2017-05-17 20:10:31'
,
'2017-05-17 20:10:31'
);
-- --------------------------------------------------------
--
-- Struktur dari tabel `pemesanan`
--
CREATE
TABLE
`pemesanan`
(
`id`
int
(
100
)
NOT
NULL
,
`tujuan`
varchar
(
1000
)
NOT
NULL
,
`jumlah`
int
(
100
)
NOT
NULL
,
`alasan`
text
NOT
NULL
,
`berangkat`
date
NOT
NULL
,
`kembali`
date
NOT
NULL
,
`name`
varchar
(
199
)
NOT
NULL
,
`plat_bus`
varchar
(
100
)
NOT
NULL
,
`status`
varchar
(
100
)
NOT
NULL
,
`created_at`
timestamp
NULL
DEFAULT
NULL
,
`updated_at`
timestamp
NULL
DEFAULT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
--
-- Dumping data untuk tabel `pemesanan`
--
INSERT
INTO
`pemesanan`
(
`id`
,
`tujuan`
,
`jumlah`
,
`alasan`
,
`berangkat`
,
`kembali`
,
`name`
,
`plat_bus`
,
`status`
,
`created_at`
,
`updated_at`
)
VALUES
(
1
,
'Medan'
,
10
,
'ON MIPA'
,
'2016-10-10'
,
'2017-10-10'
,
'Anggiat Tambunan'
,
'BB8387 CE'
,
'diproses'
,
'2017-05-21 19:37:29'
,
'2017-05-21 19:40:10'
),
(
2
,
'Semarang'
,
10
,
'Jalan-Jalan'
,
'2016-10-10'
,
'2017-10-10'
,
'Anggiat Tambunan'
,
'nothing'
,
'request'
,
'2017-05-23 21:38:23'
,
'2017-05-23 21:38:23'
);
-- --------------------------------------------------------
--
-- Struktur dari tabel `supir`
--
CREATE
TABLE
`supir`
(
`id`
int
(
100
)
NOT
NULL
,
`nama_supir`
varchar
(
100
)
NOT
NULL
,
`ttl`
varchar
(
100
)
NOT
NULL
,
`alamat`
varchar
(
100
)
NOT
NULL
,
`jk`
varchar
(
100
)
NOT
NULL
,
`agama`
varchar
(
100
)
NOT
NULL
,
`image`
varchar
(
1000
)
NOT
NULL
,
`created_at`
timestamp
NULL
DEFAULT
NULL
,
`updated_at`
timestamp
NULL
DEFAULT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
--
-- Dumping data untuk tabel `supir`
--
INSERT
INTO
`supir`
(
`id`
,
`nama_supir`
,
`ttl`
,
`alamat`
,
`jk`
,
`agama`
,
`image`
,
`created_at`
,
`updated_at`
)
VALUES
(
1234
,
'Supir'
,
'Sitoluama / 09-11-1996'
,
'Sitoluama'
,
'Laki-Laki'
,
'k.Protestan'
,
'4833b4853890507c81cf40376694690c.jpg'
,
'2017-05-23 18:56:58'
,
'2017-05-23 18:56:58'
),
(
12345
,
'Supir 2'
,
'Sitoluama / 09-11-1996'
,
'Sitoluama'
,
'Laki-Laki'
,
'k.Protestan'
,
'Y4BjlvD4_42cdbe_c.jpg'
,
'2017-05-23 21:47:25'
,
'2017-05-23 21:47:25'
);
-- --------------------------------------------------------
--
-- Struktur dari tabel `users`
--
CREATE
TABLE
`users`
(
`id`
int
(
10
)
UNSIGNED
NOT
NULL
,
`name`
varchar
(
255
)
NOT
NULL
,
`email`
varchar
(
255
)
NOT
NULL
,
`username`
varchar
(
255
)
NOT
NULL
,
`password`
varchar
(
255
)
NOT
NULL
,
`status`
varchar
(
10
)
DEFAULT
NULL
,
`remember_token`
varchar
(
100
)
DEFAULT
NULL
,
`created_at`
timestamp
NULL
DEFAULT
NULL
,
`updated_at`
timestamp
NULL
DEFAULT
NULL
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
latin1
;
--
-- Dumping data untuk tabel `users`
--
INSERT
INTO
`users`
(
`id`
,
`name`
,
`email`
,
`username`
,
`password`
,
`status`
,
`remember_token`
,
`created_at`
,
`updated_at`
)
VALUES
(
2
,
'Rinto Daud Tambunan'
,
'rinto119tambunan@gmail.com'
,
'Rinto'
,
'$2y$10$MjxMbI/K.rXuMUS5Y8yNnOBD5GbmrgtZ.D4aPQr0FooJCDvj4HBe.'
,
'k_klien'
,
'ICI6QkugR7bXiN25dXmQDwWigEwpQ7TCBVEK24uzZqriuiuKMf1DuleebDzr'
,
'2017-05-17 21:33:45'
,
'2017-05-24 02:31:54'
),
(
3
,
'Anggiat Tambunan'
,
'anggiat@gmail.com'
,
'Anggiat'
,
'$2y$10$5M2xdnQUMta4XxnY0KaxjeXE5vzeYf90EYJr5EyebMsN4ZiHPo5ua'
,
'klien'
,
'N7NRubzbzFOQMiiPdMt7y4wUnQLWIqwpDC1QXKwFZzI7hIGYbtxmGCMk8gc6'
,
'2017-05-17 23:32:35'
,
'2017-05-24 02:31:16'
),
(
4
,
'Ester Marbun'
,
'ester@gmail.com'
,
'Ester'
,
'$2y$10$8aRKaguOSfRGf755p6VU9eAIdUB8jIELeGM0UvO787HNAOdObPv0y'
,
'k_supir'
,
'kf4ExRJQwuUsLXpKRq1d0JRLZpviIWrnDkMj5h4A7v5umxhAiWTLgrwKXJyV'
,
'2017-05-17 23:35:54'
,
'2017-05-24 02:19:09'
);
--
-- Indexes for dumped tables
--
--
-- Indexes for table `batal`
--
ALTER
TABLE
`batal`
ADD
PRIMARY
KEY
(
`id`
);
--
-- Indexes for table `bus`
--
ALTER
TABLE
`bus`
ADD
PRIMARY
KEY
(
`id`
);
--
-- Indexes for table `konfirmasi`
--
ALTER
TABLE
`konfirmasi`
ADD
PRIMARY
KEY
(
`id`
);
--
-- Indexes for table `pemesanan`
--
ALTER
TABLE
`pemesanan`
ADD
PRIMARY
KEY
(
`id`
);
--
-- Indexes for table `supir`
--
ALTER
TABLE
`supir`
ADD
PRIMARY
KEY
(
`id`
);
--
-- Indexes for table `users`
--
ALTER
TABLE
`users`
ADD
PRIMARY
KEY
(
`id`
);
--
-- AUTO_INCREMENT for dumped tables
--
--
-- AUTO_INCREMENT for table `batal`
--
ALTER
TABLE
`batal`
MODIFY
`id`
int
(
100
)
NOT
NULL
AUTO_INCREMENT
;
--
-- AUTO_INCREMENT for table `bus`
--
ALTER
TABLE
`bus`
MODIFY
`id`
int
(
100
)
NOT
NULL
AUTO_INCREMENT
,
AUTO_INCREMENT
=
4
;
--
-- AUTO_INCREMENT for table `pemesanan`
--
ALTER
TABLE
`pemesanan`
MODIFY
`id`
int
(
100
)
NOT
NULL
AUTO_INCREMENT
,
AUTO_INCREMENT
=
3
;
--
-- AUTO_INCREMENT for table `users`
--
ALTER
TABLE
`users`
MODIFY
`id`
int
(
10
)
UNSIGNED
NOT
NULL
AUTO_INCREMENT
,
AUTO_INCREMENT
=
5
;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */
;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */
;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */
;
pa21617d4ti04.sql.zip
0 → 100644
View file @
f86574de
File added
resources/views/vendor/adminlte/auth/login.blade.php
View file @
f86574de
...
@@ -11,15 +11,12 @@
...
@@ -11,15 +11,12 @@
<div class="
login
-
logo
">
<div class="
login
-
logo
">
<a href="
{{
url
(
'/welcome'
)
}}
"><b>Booking Driver</b>IS</a>
<a href="
{{
url
(
'/welcome'
)
}}
"><b>Booking Driver</b>IS</a>
</div><!-- /.login-logo -->
</div><!-- /.login-logo -->
@if (count(
$errors
) > 0)
@if (count(
$errors
) > 0)
<div class="
alert
alert
-
danger
">
<div class="
alert
alert
-
danger
">
<strong>Terjadi Kesalahan!</strong> Username atau Password Salah<br>
<strong>Terjadi Kesalahan!</strong> Username atau Password Salah<br>
</div>
</div>
@endif
@endif
<div class="
login
-
box
-
body
">
<div class="
login
-
box
-
body
">
<p class="
login
-
box
-
msg
"> {{ trans('adminlte_lang::message.siginsession') }} </p>
<p class="
login
-
box
-
msg
"> {{ trans('adminlte_lang::message.siginsession') }} </p>
<form action="
{{
url
(
'/login'
)
}}
" method="
post
">
<form action="
{{
url
(
'/login'
)
}}
" method="
post
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
<input type="
hidden
" name="
_token
" value="
{{
csrf_token
()
}}
">
...
@@ -31,31 +28,22 @@
...
@@ -31,31 +28,22 @@
<input type="
password
" class="
form
-
control
" placeholder="
{{
trans
(
'adminlte_lang::message.password'
)
}}
" name="
password
"/>
<input type="
password
" class="
form
-
control
" placeholder="
{{
trans
(
'adminlte_lang::message.password'
)
}}
" name="
password
"/>
<span class="
glyphicon
glyphicon
-
lock
form
-
control
-
feedback
"></span>
<span class="
glyphicon
glyphicon
-
lock
form
-
control
-
feedback
"></span>
</div>
</div>
<div class="
row
">
<div class="
row
">
<div class="
col
-
xs
-
8
">
<div class="
col
-
xs
-
8
">
<div class="
checkbox
icheck
">
<div class="
checkbox
icheck
">
<label>
<label>
<a href="
{{
url
(
'/register'
)
}}
" class="
text
-
center
">{{ trans('adminlte_lang::message.registermember') }}</a>
<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>
</label>
</div>
</div>
</div>
</div>
<!-- /.col -->
<!-- /.col -->
<div class="
col
-
xs
-
4
">
<div class="
col
-
xs
-
4
">
<button type="
submit
" class="
btn
btn
-
primary
btn
-
block
btn
-
flat
">{{ trans('adminlte_lang::message.buttonsign') }}</button>
<button type="
submit
" class="
btn
btn
-
primary
btn
-
block
btn
-
flat
">{{ trans('adminlte_lang::message.buttonsign') }}</button>
</div><!-- /.col -->
</div><!-- /.col -->
</div>
</div>
</form>
</form>
<!-- Forgot Password
<!-- Forgot Password <a href="
{{
url
(
'/password/reset'
)
}}
">{{ trans('adminlte_lang::message.forgotpassword') }}</a><br>-->
<a href="
{{
url
(
'/password/reset'
)
}}
">{{ trans('adminlte_lang::message.forgotpassword') }}</a><br>
-->
</div><!-- /.login-box-body -->
</div><!-- /.login-box-body -->
</div><!-- /.login-box -->
</div><!-- /.login-box -->
</div>
</div>
...
...
resources/views/vendor/adminlte/k_klien/bus/detail.blade.php
View file @
f86574de
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
@
section
(
'contentheader_title'
)
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<
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>
<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 -->
</ol><!-- breadcrumbs -->
@endsection
@endsection
...
@@ -15,60 +15,66 @@
...
@@ -15,60 +15,66 @@
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
">
<div class="
container
">
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
col
-
md
-
6
">
<div class="
panel
-
body
">
<!-- Box Comment -->
<div class="
box
box
-
widget
">
<img src="
{{
asset
(
'image/'
.
$bus
->
gambar
)}}
" style="
height
:
155
px
;
width
:
150
px
;
">
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
<img src="
{{
asset
(
'image/'
.
$bus
->
gambar
)}}
" style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
">
{!! csrf_field() !!}
<span class="
username
">{{
$bus->nama_bus
}}</span>
<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
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'jenis_bus'
)
?
' has-error'
:
''
}}
">
<!-- /.user-block -->
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Jenis Kendaraan</label>
<div class="
box
-
tools
">
<div class="
col
-
md
-
6
">
<button type="
button
" class="
btn
btn
-
box
-
tool
" data-widget="
collapse
"><i class="
fa
fa
-
minus
"></i></button>
<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
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'plat_bus'
)
?
' has-error'
:
''
}}
">
<!-- /.box-tools -->
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Plat Kendaraan</label>
</div>
<div class="
col
-
md
-
6
">
<!-- /.box-header -->
<input type="
text
" class="
form
-
control
" name="
plat_bus
" value="
{{
$bus
->
plat_bus
}}
" readonly>
<div class="
box
-
body
">
@if (
$errors->has
('plat_bus'))
<div class="
col
-
md
-
9
">
<span class="
help
-
block
">
<div class="
nav
-
tabs
-
custom
">
<strong>{{
$errors->first
('jenis') }}</strong>
<ul class="
nav
nav
-
tabs
">
</span>
<li class="
active
"><a href="
#gambar1" data-toggle="tab" aria-expanded="true">Gambar Kendaraan</a></li>
@endif
</
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>
</div>
<!-- /.nav-tabs-custom -->
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'deskripsi'
)
?
' has-error'
:
''
}}
">
</div>
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Deskripsi Kendaraan</label>
<!-- /.box-footer -->
<div class="
col
-
md
-
6
">
<div class="
box
-
footer
">
<input type="
text
" class="
form
-
control
" name="
deskripsi
" value="
{{
$bus
->
deskripsi
}}
" readonly>
<form action="" method="
post
">
@if (
$errors->has
('deskripsi'))
<input name="
_token
" value="
AKcKGHPCbCtWwxrSy6CaJSecjjXYfMdJNnGQC4NM
" type="
hidden
">
<span class="
help
-
block
">
<div class="
form
-
group
has
-
feedback
">
<strong>{{
$errors->first
('deskripsi') }}</strong>
<label class="
col
-
md
-
4
control
-
label
">Nama Kendaraan</label>
</span>
<input class="
form
-
control
" name="
nama_bus
" value="
{{
$bus
->
nama_bus
}}
" readonly="" type="
text
">
@endif
</div>
</div>
</div>
<div class="
form
-
group
has
-
feedback
">
</form>
<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>
<!-- /.box-footer -->
</div>
</div>
<!-- /.box -->
</div>
</div>
</div>
</div>
...
...
resources/views/vendor/adminlte/k_klien/bus/index.blade.php
View file @
f86574de
...
@@ -6,12 +6,13 @@
...
@@ -6,12 +6,13 @@
@
section
(
'contentheader_title'
)
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<
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 -->
</ol><!-- breadcrumbs -->
@endsection
@endsection
@section('main-content')
@section('main-content')
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
-
fluid
spark
-
screen
">
@if(session()->has('message'))
@if(session()->has('message'))
<div class="
alert
alert
-
info
">
<div class="
alert
alert
-
info
">
{
{session()->get('message')}
}
{
{session()->get('message')}
}
...
...
resources/views/vendor/adminlte/k_klien/bus/ubahbus.blade.php
0 → 100644
View file @
f86574de
@
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
resources/views/vendor/adminlte/k_klien/history/detail.blade.php
View file @
f86574de
...
@@ -18,98 +18,94 @@
...
@@ -18,98 +18,94 @@
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<div class="
panel
-
body
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
<div class="
col
-
md
-
9
">
{!! csrf_field() !!}
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
form
-
group
{{
$errors
->
has
(
'name'
)
?
' has-error'
:
''
}}
">
<div class="
user
-
block
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Pemesan</label>
<span class="
username
">{{
$riwayat->name
}}</span>
<div class="
col
-
md
-
6
">
</div>
<input type="
text
" class="
form
-
control
" name="
name
" value="
{{
$riwayat
->
name
}}
" readonly>
<!-- /.user-block -->
@if (
$errors->has
('name'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('name') }}</strong>
</span>
@endif
</div>
</div>
</div>
<div class="
login
-
box
-
body
">
<div class="
form
-
group
{{
$errors
->
has
(
'tujuan'
)
?
' has-error'
:
''
}}
">
<div class="
user
-
block
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Tujuan</label>
<span class="
username
">{{
$riwayat->status
}}</span>
<div class="
col
-
md
-
6
">
</div>
<input type="
text
" class="
form
-
control
" name="
tujuan
" value="
{{
$riwayat
->
tujuan
}}
" readonly>
<!-- /.user-block -->
@if (
$errors->has
('tujuan'))
</div>
<span class="
help
-
block
">
<!-- /.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
-
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'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('tujuan') }}</strong>
<strong>{{
$errors->first
('tujuan') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'jumlah'
)
?
' has-error'
:
''
}}
">
<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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
tujuan
" value="
{{
$riwayat
->
tujuan
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
tujuan
" value="
{{
$riwayat
->
tujuan
}}
" readonly>
@if (
$errors->has
('tujuan'))
@if (
$errors->has
('tujuan'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('tujuan') }}</strong>
<strong>{{
$errors->first
('tujuan') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'alasan'
)
?
' has-error'
:
''
}}
">
<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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
alasan
" value="
{{
$riwayat
->
alasan
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
alasan
" value="
{{
$riwayat
->
alasan
}}
" readonly>
@if (
$errors->has
('alasan'))
@if (
$errors->has
('alasan'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('alasan') }}</strong>
<strong>{{
$errors->first
('alasan') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'berangkat'
)
?
' has-error'
:
''
}}
">
<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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
berangkat
" value="
{{
$riwayat
->
berangkat
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
berangkat
" value="
{{
$riwayat
->
berangkat
}}
" readonly>
@if (
$errors->has
('berangkat'))
@if (
$errors->has
('berangkat'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('berangkat') }}</strong>
<strong>{{
$errors->first
('berangkat') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'kembali'
)
?
' has-error'
:
''
}}
">
<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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
kembali
" value="
{{
$riwayat
->
kembali
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
kembali
" value="
{{
$riwayat
->
kembali
}}
" readonly>
@if (
$errors->has
('kembali'))
@if (
$errors->has
('kembali'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('kembali') }}</strong>
<strong>{{
$errors->first
('kembali') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'plat_bus'
)
?
' has-error'
:
''
}}
">
<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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
plat_bus
" value="
{{
$riwayat
->
plat_bus
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
plat_bus
" value="
{{
$riwayat
->
plat_bus
}}
" readonly>
@if (
$errors->has
('plat_bus'))
@if (
$errors->has
('plat_bus'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('plat_bus') }}</strong>
<strong>{{
$errors->first
('plat_bus') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'status'
)
?
' has-error'
:
''
}}
">
</form>
<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
</div>
</div>
</div>
</div>
</
form
>
</
div
>
</div>
</div>
</div>
</div>
...
...
resources/views/vendor/adminlte/k_klien/history/detail2.blade.php
View file @
f86574de
...
@@ -18,21 +18,40 @@
...
@@ -18,21 +18,40 @@
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<div class="
panel
-
body
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
<div class="
col
-
md
-
9
">
{!! csrf_field() !!}
<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() !!}
<div class="
form
-
group
{{
$errors
->
has
(
'name'
)
?
' has-error'
:
''
}}
">
<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
-
4
control
-
label
">Nama Pemesan</label>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
name
" value="
{{
$riwayat2
->
name
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
name
" value="
{{
$riwayat2
->
name
}}
" readonly>
@if (
$errors->has
('name'))
@if (
$errors->has
('name'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('name') }}</strong>
<strong>{{
$errors->first
('name') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</
form
>
</
div
>
</div>
</div>
</div>
</div>
...
...
resources/views/vendor/adminlte/k_klien/history/index.blade.php
View file @
f86574de
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<td>
{
{$riwaya2->alasan}
}
</td>
<td>
{
{$riwaya2->alasan}
}
</td>
<td>
{
{$riwaya2->status}
}
</td>
<td>
{
{$riwaya2->status}
}
</td>
<td colspan="
2
">
<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>
</td>
</tr>
</tr>
</form>
</form>
...
...
resources/views/vendor/adminlte/k_klien/index.blade.php
View file @
f86574de
...
@@ -17,11 +17,9 @@
...
@@ -17,11 +17,9 @@
<button class="
close
" type="
button
" data-dismiss="
alert
" aria-hidden="
true
">x</button>
<button class="
close
" type="
button
" data-dismiss="
alert
" aria-hidden="
true
">x</button>
<h4><i class="
icon
fa
fa
-
check
"></i> Notifikasi !</h4>
<h4><i class="
icon
fa
fa
-
check
"></i> Notifikasi !</h4>
Terdapat Pemesanan Yang masuk
Terdapat Pemesanan Yang masuk
<tr>
<tr>
<a href="
{{
url
(
'k_klien/pemesanan'
)}}
" class="
btn
btn
-
danger
">Lihat</a>
<a href="
{{
url
(
'k_klien/pemesanan'
)}}
" class="
btn
btn
-
danger
">Lihat</a>
</tr>
</tr>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/vendor/adminlte/k_klien/pemesanan/detail.blade.php
View file @
f86574de
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
@
section
(
'contentheader_title'
)
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<
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 -->
</ol><!-- breadcrumbs -->
@endsection
@endsection
...
@@ -16,108 +16,125 @@
...
@@ -16,108 +16,125 @@
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
panel
-
body
">
<div class="
panel
-
body
">
<div class="
col
-
md
-
9
">
<form class="
form
-
horizontal
" action="
{{
url
(
'update'
,
$pemesanan
->
id
)
}}
" method="
POST
">
<div class="
box
box
-
widget
">
{!! csrf_field() !!}
<div class="
box
-
header
with
-
border
">
<div class="
user
-
block
">
<div class="
form
-
group
{{
$errors
->
has
(
'name'
)
?
' has-error'
:
''
}}
">
<span class="
username
">{{
$pemesanan->name
}}</span>
<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="
{{
$pemesanan
->
name
}}
" readonly>
@if (
$errors->has
('name'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('name') }}</strong>
</span>
@endif
</div>
</div>
<!-- /.user-block -->
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'tujuan'
)
?
' has-error'
:
''
}}
">
<div class="
login
-
box
-
body
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Tujuan</label>
<div class="
user
-
block
">
<div class="
col
-
md
-
6
">
<span class="
username
">{{
$pemesanan->status
}}</span>
<input type="
text
" class="
form
-
control
" name="
tujuan
" value="
{{
$pemesanan
->
tujuan
}}
" readonly>
@if (
$errors->has
('tujuan'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('tujuan') }}</strong>
</span>
@endif
</div>
</div>
<!-- /.user-block -->
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'jumlah'
)
?
' has-error'
:
''
}}
">
<!-- /.box-footer -->
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Jumlah</label>
<div class="
box
-
footer
">
<div class="
col
-
md
-
6
">
<form class="
form
-
horizontal
" action="
{{
url
(
'update'
,
$pemesanan
->
id
)
}}
" method="
POST
">
<input type="
text
" class="
form
-
control
" name="
jumlah
" value="
{{
$pemesanan
->
jumlah
}}
" readonly>
{!! csrf_field() !!}
@if (
$errors->has
('jumlah'))
<div class="
form
-
group
{{
$errors
->
has
(
'name'
)
?
' has-error'
:
''
}}
">
<span class="
help
-
block
">
<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'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('name') }}</strong>
</span>
@endif
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'tujuan'
)
?
' has-error'
:
''
}}
">
<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'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('tujuan') }}</strong>
</span>
@endif
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'jumlah'
)
?
' has-error'
:
''
}}
">
<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'))
<span class="
help
-
block
">
<strong>{{
$errors->first
('jumlah') }}</strong>
<strong>{{
$errors->first
('jumlah') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div><div class="
form
-
group
{{
$errors
->
has
(
'alasan'
)
?
' has-error'
:
''
}}
">
</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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
alasan
" value="
{{
$pemesanan
->
alasan
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
alasan
" value="
{{
$pemesanan
->
alasan
}}
" readonly>
@if (
$errors->has
('alasan'))
@if (
$errors->has
('alasan'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('alasan') }}</strong>
<strong>{{
$errors->first
('alasan') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'berangkat'
)
?
' has-error'
:
''
}}
">
<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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
berangkat
" value="
{{
$pemesanan
->
berangkat
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
berangkat
" value="
{{
$pemesanan
->
berangkat
}}
" readonly>
@if (
$errors->has
('berangkat'))
@if (
$errors->has
('berangkat'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('berangkat') }}</strong>
<strong>{{
$errors->first
('berangkat') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'kembali'
)
?
' has-error'
:
''
}}
">
<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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
kembali
" value="
{{
$pemesanan
->
kembali
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
kembali
" value="
{{
$pemesanan
->
kembali
}}
" readonly>
@if (
$errors->has
('kembali'))
@if (
$errors->has
('kembali'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('kembali') }}</strong>
<strong>{{
$errors->first
('kembali') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'plat_bus'
)
?
' has-error'
:
''
}}
">
<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
">
<div class="
col
-
md
-
6
">
<input type="
text
" class="
form
-
control
" name="
plat_bus
" value="
{{
$pemesanan
->
plat_bus
}}
" readonly>
<input type="
text
" class="
form
-
control
" name="
plat_bus
" value="
{{
$pemesanan
->
plat_bus
}}
" readonly>
@if (
$errors->has
('plat_bus'))
@if (
$errors->has
('plat_bus'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('plat_bus') }}</strong>
<strong>{{
$errors->first
('plat_bus') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'status'
)
?
' has-error'
:
''
}}
">
<div class="
form
-
group
{{
$errors
->
has
(
'status'
)
?
' has-error'
:
''
}}
">
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<input type="
hidden
" class="
form
-
control
" name="
status
" value="
Diproses
">
<input type="
hidden
" class="
form
-
control
" name="
status
" value="
Diproses
">
@if (
$errors->has
('status'))
@if (
$errors->has
('status'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('status') }}</strong>
<strong>{{
$errors->first
('status') }}</strong>
</span>
</span>
@endif
@endif
</div>
</div>
</div>
</div>
<div class="
form
-
group
">
<div class="
form
-
group
">
<div class="
col
-
md
-
6
col
-
md
-
offset
-
4
">
<div class="
col
-
md
-
6
col
-
md
-
offset
-
4
">
<button type="
submit
" class="
btn
btn
-
primary
">
<button type="
submit
" class="
btn
btn
-
primary
">
Konfirmasi
Konfirmasi
</button>
</button>
</div>
</div>
</div>
</form>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
resources/views/vendor/adminlte/k_klien/supir/detail.blade.php
View file @
f86574de
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
@
section
(
'contentheader_title'
)
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<
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>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Detail Supir</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i> Detail Supir</li>
</ol><!-- breadcrumbs -->
</ol><!-- breadcrumbs -->
@endsection
@endsection
...
@@ -15,29 +15,61 @@
...
@@ -15,29 +15,61 @@
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
">
<div class="
container
">
<div class="
col
-
md
-
8
col
-
md
-
offset
-
2
">
<div class="
col
-
md
-
6
">
<div class="
panel
-
body
">
<form class="
form
-
horizontal
" action="
{{
url
(
''
)
}}
" method="
POST
">
<!-- Box Comment -->
{!! csrf_field() !!}
<div class="
box
box
-
widget
">
<div class="
box
-
header
with
-
border
">
<div class="
form
-
group
{{
$errors
->
has
(
'nama_supir'
)
?
' has-error'
:
''
}}
">
<div class="
user
-
block
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Supir</label>
<img src="
{{
asset
(
'image/'
.
$supir
->
gambar
)}}
" style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
">
<div class="
col
-
md
-
6
">
<span class="
username
">{{
$supir->nama_supir
}}</span>
<input type="
text
" class="
form
-
control
" name="
nama_supir
" value="
{{
$supir
->
nama_supir
}}
" readonly>
<span class="
username
"></span>
@if (
$errors->has
('nama_supir'))
</div>
<span class="
help
-
block
">
<!-- /.user-block -->
<strong>{{
$errors->first
('nama_supir') }}</strong>
<div class="
box
-
tools
">
</span>
<button type="
button
" class="
btn
btn
-
box
-
tool
" data-widget="
collapse
"><i class="
fa
fa
-
minus
"></i></button>
@endif
</div>
</div>
</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
">
<div class="
box
-
footer
">
<a href="
{{
url
(
'supir/tambah'
)}}
" class="
btn
btn
-
danger
">Tambah Supir</a>
<form action="" method="
post
">
<i fa-user-plus></i>
<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>
</div>
<!-- /.box-footer -->
</div>
</div>
<!-- /.box -->
</div>
</div>
</div>
</div>
...
...
resources/views/vendor/adminlte/k_klien/supir/index.blade.php
View file @
f86574de
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
@
section
(
'contentheader_title'
)
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<
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 -->
</ol><!-- breadcrumbs -->
@endsection
@endsection
...
...
resources/views/vendor/adminlte/k_klien/supir/ubah.blade.php
View file @
f86574de
@
extends
(
'adminlte::layouts.app'
)
@
extends
(
'adminlte::layouts.app'
)
@
section
(
'htmlheader_title'
)
@
section
(
'htmlheader_title'
)
Edit
Detail
@
endsection
@
endsection
@
section
(
'contentheader_title'
)
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<
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>
Supir</li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i>Ubah Supir
</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i> Ubah Data
</li>
</ol><!-- breadcrumbs -->
</ol><!-- breadcrumbs -->
@endsection
@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
<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
</div>
</div>
@section('main-content')
<div class="
container
-
fluid
spark
-
screen
">
<div class="
container
">
<div class="
form
-
group
{{
$errors
->
has
(
'nama_supir'
)
?
' has-error'
:
''
}}
">
<div class="
col
-
md
-
6
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Nama Supir</label>
<!-- Box Comment -->
<div class="
col
-
md
-
6
">
<div class="
box
box
-
widget
">
<input type="
integer
" class="
form
-
control
" name="
nama_supir
" value="
{{
$supir
->
nama_supir
}}
" >
<div class="
box
-
header
with
-
border
">
@if (
$errors->has
('nama_supir'))
<div class="
user
-
block
">
<span class="
help
-
block
">
<img src="
{{
asset
(
'image/'
.
$supir
->
gambar
)}}
" style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
">
<strong>{{
$errors->first
('nama_supir') }}</strong>
<span class="
username
">{{
$supir->nama_supir
}}</span>
</span>
@endif
</div>
</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
</div>
</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
</div>
</div>
</div>
<!-- /.user-block -->
<div class="
box
-
tools
">
<div class="
form
-
group
{{
$errors
->
has
(
'jk'
)
?
' has-error'
:
''
}}
">
<button type="
button
" class="
btn
btn
-
box
-
tool
" data-widget="
collapse
"><i class="
fa
fa
-
minus
"></i></button>
<label for="
title
" class="
col
-
md
-
4
control
-
label
">JK</label>
<div class="
col
-
md
-
6
">
<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>
<!-- /.box-tools -->
</div>
</div>
<!-- /.box-header -->
<div class="
form
-
group
{{
$errors
->
has
(
'agama'
)
?
' has-error'
:
''
}}
">
<div class="
box
-
body
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Agama</label>
<div class="
col
-
md
-
9
">
<div class="
col
-
md
-
6
">
<div class="
nav
-
tabs
-
custom
">
<select name="
agama
" class="
form
-
control
">
<ul class="
nav
nav
-
tabs
">
<option value="
k
.
Protestan
">K. Protestan</option>
<li class="
active
"><a href="
#gambar1" data-toggle="tab" aria-expanded="true">Gambar Kendaraan</a></li>
<option value="
K
.
Katolik
">K. Katolik</option>
</
ul
>
<option value="
Islam
">Islam</option>
<
div
class
="
tab
-
content
">
<option value="
Hindu
">Hindu</option>
<div class="
tab
-
pane
active
" id="
gambar1
">
<option value="
Budha
">Budha</option>
<img style="
display
:
block
;
margin
-
left
:
auto
;
margin
-
right
:
auto
;
" src="
{{
asset
(
'image/'
.
$supir
->
gambar
)}}
">
<option value="
Lain
">Lain</option>
</div>
</select>
<!-- /.tab-pane -->
</div>
@if (
$errors->has
('agama'))
<!-- /.tab-content -->
<span class="
help
-
block
">
</div>
<strong>{{
$errors->first
('agama') }}</strong>
<!-- /.nav-tabs-custom -->
</span>
@endif
</div>
</div>
</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
(
'image'
)
?
' has-error'
:
''
}}
">
<div class="
form
-
group
has
-
feedback
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Gambar</label>
<label class="
col
-
md
-
4
control
-
label
">ID Supir</label>
<div class="
col
-
md
-
6
">
<input class="
form
-
control
" name="
id
" value="
{{
$supir
->
id
}}
" readonly="" type="
text
">
<input type="
file
" id="
exampleInputImage
" class="
form
-
control
" name="
image
" value="
{{
$supir
->
image
}}
" >
</div>
@if (
$errors->has
('image'))
<div class="
form
-
group
has
-
feedback
">
<span class="
help
-
block
">
<label class="
col
-
md
-
4
control
-
label
">Nama Supir</label>
<strong>{{
$errors->first
('image') }}</strong>
<input class="
form
-
control
" name="
nama_supir
" value="
{{
$supir
->
nama_supir
}}
" required="" type="
text
">
</span>
</div>
@endif
<div class="
form
-
group
has
-
feedback
">
</div>
<label class="
col
-
md
-
4
control
-
label
">Tempat/Tgl Lahir</label>
</div>
<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>
</div>
</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
">
<button type="
submit
" class="
btn
btn
-
primary
">
Simpan
<i class="
fa
fa
-
save
"></i>
Simpan
</button>
</button>
</div>
</form><br>
</div>
</div>
</form>
<!-- /.box-footer -->
</div>
<!-- /.box -->
</div>
</div>
</div>
</div>
</div>
</div>
@endsection
@endsection
\ No newline at end of file
resources/views/vendor/adminlte/k_klien/user/detailuser.blade.php
View file @
f86574de
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
@
section
(
'contentheader_title'
)
@
section
(
'contentheader_title'
)
<
ol
class
="
breadcrumb
"><li><a href="
/
"><i class="
fa
fa
-
home
"></i> Home</a></li>
<
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
-
user
"></i> User</li>
<li class="
active
"><i class="
fa
fa
-
bus
"></i> Detail User</li>
<li class="
active
"><i class="
fa
fa
-
eye
"></i> Detail User</li>
</ol><!-- breadcrumbs -->
</ol><!-- breadcrumbs -->
@endsection
@endsection
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
<!-- Profile Image -->
<!-- Profile Image -->
<div class="
box
box
-
primary
">
<div class="
box
box
-
primary
">
<div class="
box
-
body
box
-
profile
">
<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>
<h3 class="
profile
-
username
text
-
center
">{{
$user->name
}}</h3>
...
...
resources/views/vendor/adminlte/klien/pesan/index.blade.php
View file @
f86574de
...
@@ -12,6 +12,16 @@
...
@@ -12,6 +12,16 @@
@section('main-content')
@section('main-content')
<div class="
container
-
fluid
spark
-
screen
">
<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
">
<div class="
box
box
-
default
">
@if(session()->has('message'))
@if(session()->has('message'))
<div class="
alert
alert
-
info
">
<div class="
alert
alert
-
info
">
...
@@ -89,8 +99,8 @@
...
@@ -89,8 +99,8 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'berangkat'
)
?
' has-error'
:
''
}}
">
<div class="
form
-
group
{{
$errors
->
has
(
'berangkat'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Berangkat </label>
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Berangkat </label>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<div class="
input
-
group
date
">
<div class="
input
-
group
date
">
...
@@ -100,7 +110,7 @@
...
@@ -100,7 +110,7 @@
<input class="
form
-
control
pull
-
right
" name="
berangkat
" id="
datepicker
" type="
text
">
<input class="
form
-
control
pull
-
right
" name="
berangkat
" id="
datepicker
" type="
text
">
</div>
</div>
<!-- /.input group -->
<!-- /.input group -->
@if (
$errors->has
('berangkat'))
@if (
$errors->has
('berangkat'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('berangkat') }}</strong>
<strong>{{
$errors->first
('berangkat') }}</strong>
...
@@ -110,8 +120,8 @@
...
@@ -110,8 +120,8 @@
</div>
</div>
<div class="
form
-
group
{{
$errors
->
has
(
'kembali'
)
?
' has-error'
:
''
}}
">
<div class="
form
-
group
{{
$errors
->
has
(
'kembali'
)
?
' has-error'
:
''
}}
">
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Kembali </label>
<label for="
title
" class="
col
-
md
-
4
control
-
label
">Kembali </label>
<div class="
col
-
md
-
6
">
<div class="
col
-
md
-
6
">
<div class="
input
-
group
date
">
<div class="
input
-
group
date
">
...
@@ -121,7 +131,7 @@
...
@@ -121,7 +131,7 @@
<input class="
form
-
control
pull
-
right
" name="
kembali
" id="
datepicker
" type="
text
">
<input class="
form
-
control
pull
-
right
" name="
kembali
" id="
datepicker
" type="
text
">
</div>
</div>
<!-- /.input group -->
<!-- /.input group -->
@if (
$errors->has
('kembali'))
@if (
$errors->has
('kembali'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('kembali') }}</strong>
<strong>{{
$errors->first
('kembali') }}</strong>
...
...
resources/views/vendor/adminlte/klien/riwayat/detail.blade.php
View file @
f86574de
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<div class="
form
-
group
{{
$errors
->
has
(
'name'
)
?
' has-error'
:
''
}}
">
<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
-
4
control
-
label
">Nama Pemesan</label>
<div class="
col
-
md
-
6
">
<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'))
@if (
$errors->has
('name'))
<span class="
help
-
block
">
<span class="
help
-
block
">
<strong>{{
$errors->first
('name') }}</strong>
<strong>{{
$errors->first
('name') }}</strong>
...
...
resources/views/vendor/adminlte/klien/riwayat/index.blade.php
View file @
f86574de
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<td>
{
{$riwaya->alasan}
}
</td>
<td>
{
{$riwaya->alasan}
}
</td>
<td>
{
{$riwaya->status}
}
</td>
<td>
{
{$riwaya->status}
}
</td>
<td colspan="
2
">
<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>
</td>
</tr>
</tr>
</form>
</form>
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
<td>
{
{$riwaya2->berangkat}
}
</td>
<td>
{
{$riwaya2->berangkat}
}
</td>
<td>
{
{$riwaya2->status}
}
</td>
<td>
{
{$riwaya2->status}
}
</td>
<td colspan="
2
">
<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>
</td>
</tr>
</tr>
</form>
</form>
...
...
resources/views/vendor/adminlte/layouts/partials/mainheader.blade.php
View file @
f86574de
...
@@ -28,15 +28,15 @@
...
@@ -28,15 +28,15 @@
<!-- Menu Toggle Button -->
<!-- Menu Toggle Button -->
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<!-- The user image in the navbar-->
<!-- 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. -->
<!-- hidden-xs hides the username on small devices so only the image appears. -->
<span
class=
"hidden-xs"
>
{{ Auth::user()->name }}
</span>
<span
class=
"hidden-xs"
>
{{ Auth::user()->name }}
</span>
</a>
</a>
<ul
class=
"dropdown-menu"
>
<ul
class=
"dropdown-menu"
>
<!-- The user image in the menu -->
<!-- The user image in the menu -->
<
li
class=
"user-header"
>
<
div
class=
"user-header"
>
<img
src=
"/
UD_Antoni_Start/public/image/164928.jpg"
class=
"img-circle"
alt=
"User Image"
/>
<img
src=
"/
PA21617D4TI04/public/img/photo1.png"
class=
"profile-user-img img-responsive img-circle"
alt=
"User Image"
/>
</
li
>
</
div
>
<!-- Menu Footer-->
<!-- Menu Footer-->
<li
class=
"user-footer"
>
<li
class=
"user-footer"
>
...
...
resources/views/vendor/adminlte/layouts/partials/sidebar.blade.php
View file @
f86574de
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
<!-- Sidebar user panel (optional) -->
<!-- Sidebar user panel (optional) -->
@if (! Auth::guest())
@if (! Auth::guest())
<div
class=
"user-panel"
>
<div
class=
"user-panel"
>
<div
class=
"pull-left image"
>
<div
class=
"
fa-
pull-left image"
>
<img
src=
"
"
class=
"img-circle"
alt=
"User Image"
/>
<img
src=
"
/PA21617D4TI04/public/img/photo1.png"
class=
"img-circle"
alt=
"User Image"
/>
</div>
</div>
<div
class=
"pull-left info"
>
<div
class=
"pull-left info"
>
<p>
{{ Auth::user()->name }}
</p>
<p>
{{ Auth::user()->name }}
</p>
...
@@ -22,7 +22,6 @@
...
@@ -22,7 +22,6 @@
<!-- Sidebar Menu -->
<!-- Sidebar Menu -->
<ul
class=
"sidebar-menu"
>
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
{{ trans('adminlte_lang::message.header') }}
</li>
@if(Auth::user()->status=="k_klien")
@if(Auth::user()->status=="k_klien")
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
...
...
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