Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Smart Watering System Information
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
PA2-1617-32TK07
Smart Watering System Information
Commits
bb72b79b
Commit
bb72b79b
authored
May 20, 2017
by
Soni Pratama Silalahi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update menu sidebar
parent
c78d335a
Show whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
1954 additions
and
1085 deletions
+1954
-1085
374207_107320206052039_1320680491_n.jpg
public/image/374207_107320206052039_1320680491_n.jpg
+0
-0
80483c0c26c4f214daf9855a24ee7439.jpg
public/image/80483c0c26c4f214daf9855a24ee7439.jpg
+0
-0
index.blade.php
resources/views/Admin/HalamanAdmin/index.blade.php
+12
-5
index.blade.php
resources/views/Admin/HalamanJagung/index.blade.php
+18
-165
edit.blade.php
resources/views/Admin/HalamanMonitoring/edit.blade.php
+6
-12
index.blade.php
resources/views/Admin/HalamanMonitoring/index.blade.php
+50
-44
monitoringsayur.blade.php
...s/views/Admin/HalamanMonitoring/monitoringsayur.blade.php
+512
-6
index.blade.php
resources/views/Admin/HalamanTomat/index.blade.php
+19
-179
lihat.blade.php
resources/views/Admin/HalamanTomat/lihat.blade.php
+746
-0
index.blade.php
resources/views/Admin/MonitoringAndaliman/index.blade.php
+16
-163
monitoringcabe.blade.php
...urces/views/Admin/MonitoringCabe/monitoringcabe.blade.php
+513
-7
index.blade.php
resources/views/Admin/MonitoringKacang/index.blade.php
+19
-167
monitoringkentang.blade.php
...views/Admin/MonitoringKentang/monitoringkentang.blade.php
+19
-166
edit.blade.php
resources/views/Admin/MonitoringUbi/edit.blade.php
+2
-1
lihat.blade.php
resources/views/Admin/MonitoringUbi/lihat.blade.php
+3
-3
monitoringubi.blade.php
resources/views/Admin/MonitoringUbi/monitoringubi.blade.php
+18
-166
index.blade.php
resources/views/Costumer/HalamanUser/index.blade.php
+1
-1
No files found.
public/image/374207_107320206052039_1320680491_n.jpg
0 → 100644
View file @
bb72b79b
21.3 KB
public/image/80483c0c26c4f214daf9855a24ee7439.jpg
0 → 100644
View file @
bb72b79b
32.8 KB
resources/views/Admin/HalamanAdmin/index.blade.php
View file @
bb72b79b
...
...
@@ -44,7 +44,7 @@
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"
index2.html
"
class=
"logo"
>
<a
href=
"
{{URL::to('/home')}}
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
A
</b>
LT
</span>
<!-- logo for regular state and mobile devices -->
...
...
@@ -338,17 +338,24 @@
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"active treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
User
</span>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li
class=
"active"
><a
href=
"index.html"
><i
class=
"fa fa-circle-o"
></i>
Soni Silalahi
</a></li>
<li><a
href=
"index2.html"
><i
class=
"fa fa-circle-o"
></i>
Pancajuntak Siman
</a></li>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li><a
href=
"
documentation/index.html"
><i
class=
"fa fa-user-circle"
></i>
<span>
Tanaman
</span></a></li>
<li><a
href=
"
{{URL::to('/pengunjung')}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
...
...
resources/views/Admin/HalamanJagung/index.blade.php
View file @
bb72b79b
...
...
@@ -32,9 +32,9 @@
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"
../../index2.html
"
class=
"logo"
>
<a
href=
"
{{URL::to('/home')}}
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
S
ayur
</b></span>
<span
class=
"logo-mini"
><b>
S
WISS
</b></span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
SWISS
</b></span>
</a>
...
...
@@ -213,175 +213,28 @@
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"treeview"
>
<li
class=
"
active
treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Dashboard
</span>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../../index.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v1
</a></li>
<li><a
href=
"../../index2.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v2
</a></li>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li
class=
"active"
><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li
class=
"treeview active"
>
<a
href=
"#"
>
<i
class=
"fa fa-files-o"
></i>
<span>
Layout Options
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
>
4
</span>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"top-nav.html"
><i
class=
"fa fa-circle-o"
></i>
Top Navigation
</a></li>
<li><a
href=
"boxed.html"
><i
class=
"fa fa-circle-o"
></i>
Boxed
</a></li>
<li><a
href=
"fixed.html"
><i
class=
"fa fa-circle-o"
></i>
Fixed
</a></li>
<li
class=
"active"
><a
href=
"collapsed-sidebar.html"
><i
class=
"fa fa-circle-o"
></i>
Collapsed Sidebar
</a>
</li>
</ul>
</li>
<li>
<a
href=
"../widgets.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-green"
>
new
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-pie-chart"
></i>
<span>
Charts
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../charts/chartjs.html"
><i
class=
"fa fa-circle-o"
></i>
ChartJS
</a></li>
<li><a
href=
"../charts/morris.html"
><i
class=
"fa fa-circle-o"
></i>
Morris
</a></li>
<li><a
href=
"../charts/flot.html"
><i
class=
"fa fa-circle-o"
></i>
Flot
</a></li>
<li><a
href=
"../charts/inline.html"
><i
class=
"fa fa-circle-o"
></i>
Inline charts
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<span>
UI Elements
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../UI/general.html"
><i
class=
"fa fa-circle-o"
></i>
General
</a></li>
<li><a
href=
"../UI/icons.html"
><i
class=
"fa fa-circle-o"
></i>
Icons
</a></li>
<li><a
href=
"../UI/buttons.html"
><i
class=
"fa fa-circle-o"
></i>
Buttons
</a></li>
<li><a
href=
"../UI/sliders.html"
><i
class=
"fa fa-circle-o"
></i>
Sliders
</a></li>
<li><a
href=
"../UI/timeline.html"
><i
class=
"fa fa-circle-o"
></i>
Timeline
</a></li>
<li><a
href=
"../UI/modals.html"
><i
class=
"fa fa-circle-o"
></i>
Modals
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-edit"
></i>
<span>
Forms
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../forms/general.html"
><i
class=
"fa fa-circle-o"
></i>
General Elements
</a></li>
<li><a
href=
"../forms/advanced.html"
><i
class=
"fa fa-circle-o"
></i>
Advanced Elements
</a></li>
<li><a
href=
"../forms/editors.html"
><i
class=
"fa fa-circle-o"
></i>
Editors
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../tables/simple.html"
><i
class=
"fa fa-circle-o"
></i>
Simple tables
</a></li>
<li><a
href=
"../tables/data.html"
><i
class=
"fa fa-circle-o"
></i>
Data tables
</a></li>
</ul>
</li>
<li>
<a
href=
"../calendar.html"
>
<i
class=
"fa fa-calendar"
></i>
<span>
Calendar
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-red"
>
3
</small>
<small
class=
"label pull-right bg-blue"
>
17
</small>
</span>
</a>
</li>
<li>
<a
href=
"../mailbox/mailbox.html"
>
<i
class=
"fa fa-envelope"
></i>
<span>
Mailbox
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-yellow"
>
12
</small>
<small
class=
"label pull-right bg-green"
>
16
</small>
<small
class=
"label pull-right bg-red"
>
5
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-folder"
></i>
<span>
Examples
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../examples/invoice.html"
><i
class=
"fa fa-circle-o"
></i>
Invoice
</a></li>
<li><a
href=
"../examples/profile.html"
><i
class=
"fa fa-circle-o"
></i>
Profile
</a></li>
<li><a
href=
"../examples/login.html"
><i
class=
"fa fa-circle-o"
></i>
Login
</a></li>
<li><a
href=
"../examples/register.html"
><i
class=
"fa fa-circle-o"
></i>
Register
</a></li>
<li><a
href=
"../examples/lockscreen.html"
><i
class=
"fa fa-circle-o"
></i>
Lockscreen
</a></li>
<li><a
href=
"../examples/404.html"
><i
class=
"fa fa-circle-o"
></i>
404 Error
</a></li>
<li><a
href=
"../examples/500.html"
><i
class=
"fa fa-circle-o"
></i>
500 Error
</a></li>
<li><a
href=
"../examples/blank.html"
><i
class=
"fa fa-circle-o"
></i>
Blank Page
</a></li>
<li><a
href=
"../examples/pace.html"
><i
class=
"fa fa-circle-o"
></i>
Pace Page
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-share"
></i>
<span>
Multilevel
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
</ul>
</li>
<li><a
href=
"../../documentation/index.html"
><i
class=
"fa fa-book"
></i>
<span>
Documentation
</span></a></li>
<li
class=
"header"
>
LABELS
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-red"
></i>
<span>
Important
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-yellow"
></i>
<span>
Warning
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-aqua"
></i>
<span>
Information
</span></a></li>
<li><a
href=
"{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
...
...
@@ -394,12 +247,12 @@
<!-- Content Header (Page header) -->
<section
class=
"content-header"
>
<h1>
Sayur Mayur
Jagung
</h1>
<ol
class=
"breadcrumb"
>
<li><a
href=
"#"
><i
class=
"fa fa-dashboard"
></i>
Home
</a></li>
<li><a
href=
"#"
>
Layout
</a></li>
<li
class=
"active"
>
sayur mayur
</li>
<li
class=
"active"
>
Jagung
</li>
</ol>
</section>
...
...
resources/views/Admin/HalamanMonitoring/edit.blade.php
View file @
bb72b79b
...
...
@@ -438,46 +438,40 @@
<input
name=
"_method"
type=
"hidden"
value=
"PATCH"
>
{{csrf_field()}}
<div
class=
"form-group{{ $errors->has('foto') ? ' has-error' : '' }}"
>
<img
src=
"http://placehold.it/100x100"
id=
"showimages"
style=
"max-width:200px;max-height:200px;float:left;"
/>
<input
type=
"file"
id=
"inputimages"
name=
"foto"
>
{!! $errors->first('foto', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('nama') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Nama Tanaman
</label>
<input
type=
"text"
name=
"nama"
class=
"form-control"
placeholder=
"Nama"
value=
"{{$sayurs->nama}}"
>
{!! $errors->first('nama', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('family') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Family
</label>
<input
type=
"text"
name=
"family"
class=
"form-control"
placeholder=
"Family"
value=
"{{$sayurs->family}}"
>
{!! $errors->first('family', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('tanggal_tanam') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Tanggal Tanam
</label>
<input
type=
"text"
name=
"tanggal_tanam"
class=
"form-control"
placeholder=
"Tanggal Tanam"
value=
"{{$sayurs->tanggal_tanam}}"
>
{!! $errors->first('tanggal_tanam', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('usia') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Usia
</label>
<input
type=
"text"
name=
"usia"
class=
"form-control"
placeholder=
"Usia"
value=
"{{$sayurs->usia}}"
>
{!! $errors->first('usia', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('hama') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Hama
</label>
<input
type=
"text"
name=
"hama"
class=
"form-control"
placeholder=
"Hama"
value=
"{{$sayurs->hama}}"
>
{!! $errors->first('hama', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('syarat_tumbuh') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Syarat Tumbuh
</label>
<input
type=
"text"
name=
"syarat_tumbuh"
class=
"form-control"
placeholder=
"Syarat Tumbuh"
value=
"{{$sayurs->syarat_tumbuh}}"
>
{!! $errors->first('syarat_tumbuh', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('pemeliharaan') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Pemeliharaan
</label>
<input
type=
"text"
name=
"pemeliharaan"
class=
"form-control"
placeholder=
"Pemeliharaan"
value=
"{{$sayurs->pemeliharaan}}"
>
{!! $errors->first('pemeliharaan', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('Harga') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
harga
</label>
<input
type=
"text"
name=
"Harga"
class=
"form-control"
placeholder=
"Harga"
value=
"{{$sayurs->Harga}}"
>
{!! $errors->first('Harga', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group"
>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"Simpan"
>
...
...
resources/views/Admin/HalamanMonitoring/index.blade.php
View file @
bb72b79b
...
...
@@ -44,11 +44,11 @@
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"
index2.html
"
class=
"logo"
>
<a
href=
"
{{URL::to('/home')}}
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
A
</b>
LT
</span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
MONITORING
</b></span
>
<span
class=
"logo-lg"
><b>
SWISS
</b></span></a
>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav
class=
"navbar navbar-static-top"
>
...
...
@@ -325,17 +325,23 @@
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"active treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
User
</span>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li
class=
"active"
><a
href=
"index.html"
><i
class=
"fa fa-circle-o"
></i>
Soni Silalahi
</a></li>
<li><a
href=
"index2.html"
><i
class=
"fa fa-circle-o"
></i>
Panca Simanjuntak
</a></li>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li><a
href=
"
documentation/index.html"
><i
class=
"fa fa-user-circle"
></i>
<span>
Tanaman
</span></a></li>
<li><a
href=
"
{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
...
...
@@ -483,7 +489,7 @@
<div
class=
"icon"
>
<i
class=
"ion ion-pie-graph"
></i>
</div>
<a
href=
"{{URL::to('/k
ent
ang')}}"
class=
"small-box-footer"
>
More info
<i
class=
"fa fa-arrow-circle-right"
></i></a>
<a
href=
"{{URL::to('/k
ac
ang')}}"
class=
"small-box-footer"
>
More info
<i
class=
"fa fa-arrow-circle-right"
></i></a>
</div>
</div>
<!-- ./col -->
...
...
@@ -507,44 +513,44 @@
immediately after the control sidebar -->
<!-- ./wrapper -->
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script
src=
"plugins/jQuery/jquery-2.2.3.min.js"
></script>
<!-- jQuery UI 1.11.4 -->
<script
src=
"https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"
></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
<!-- jQuery 2.2.3 -->
<script
src=
"plugins/jQuery/jquery-2.2.3.min.js"
></script>
<!-- jQuery UI 1.11.4 -->
<script
src=
"https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"
></script>
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
<script>
$
.
widget
.
bridge
(
'uibutton'
,
$
.
ui
.
button
);
</script>
<!-- Bootstrap 3.3.6 -->
<script
src=
"bootstrap/js/bootstrap.min.js"
></script>
<!-- Morris.js charts -->
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"
></script>
<script
src=
"plugins/morris/morris.min.js"
></script>
<!-- Sparkline -->
<script
src=
"plugins/sparkline/jquery.sparkline.min.js"
></script>
<!-- jvectormap -->
<script
src=
"plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"
></script>
<script
src=
"plugins/jvectormap/jquery-jvectormap-world-mill-en.js"
></script>
<!-- jQuery Knob Chart -->
<script
src=
"plugins/knob/jquery.knob.js"
></script>
<!-- daterangepicker -->
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js"
></script>
<script
src=
"plugins/daterangepicker/daterangepicker.js"
></script>
<!-- datepicker -->
<script
src=
"plugins/datepicker/bootstrap-datepicker.js"
></script>
<!-- Bootstrap WYSIHTML5 -->
<script
src=
"plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"
></script>
<!-- Slimscroll -->
<script
src=
"plugins/slimScroll/jquery.slimscroll.min.js"
></script>
<!-- FastClick -->
<script
src=
"plugins/fastclick/fastclick.js"
></script>
<!-- AdminLTE App -->
<script
src=
"dist/js/app.min.js"
></script>
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<script
src=
"dist/js/pages/dashboard.js"
></script>
<!-- AdminLTE for demo purposes -->
<script
src=
"dist/js/demo.js"
></script>
</script>
<!-- Bootstrap 3.3.6 -->
<script
src=
"bootstrap/js/bootstrap.min.js"
></script>
<!-- Morris.js charts -->
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"
></script>
<script
src=
"plugins/morris/morris.min.js"
></script>
<!-- Sparkline -->
<script
src=
"plugins/sparkline/jquery.sparkline.min.js"
></script>
<!-- jvectormap -->
<script
src=
"plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"
></script>
<script
src=
"plugins/jvectormap/jquery-jvectormap-world-mill-en.js"
></script>
<!-- jQuery Knob Chart -->
<script
src=
"plugins/knob/jquery.knob.js"
></script>
<!-- daterangepicker -->
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.11.2/moment.min.js"
></script>
<script
src=
"plugins/daterangepicker/daterangepicker.js"
></script>
<!-- datepicker -->
<script
src=
"plugins/datepicker/bootstrap-datepicker.js"
></script>
<!-- Bootstrap WYSIHTML5 -->
<script
src=
"plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"
></script>
<!-- Slimscroll -->
<script
src=
"plugins/slimScroll/jquery.slimscroll.min.js"
></script>
<!-- FastClick -->
<script
src=
"plugins/fastclick/fastclick.js"
></script>
<!-- AdminLTE App -->
<script
src=
"dist/js/app.min.js"
></script>
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<script
src=
"dist/js/pages/dashboard.js"
></script>
<!-- AdminLTE for demo purposes -->
<script
src=
"dist/js/demo.js"
></script>
</body>
</html>
resources/views/Admin/HalamanMonitoring/monitoringsayur.blade.php
View file @
bb72b79b
@extends('layouts.layout')
@section('content')
<!--data sayur -->
<div
class=
"container"
>
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
SWISS | sayur mayur
</title>
<!-- Tell the browser to be responsive to screen width -->
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<!-- Bootstrap 3.3.6 -->
<link
rel=
"stylesheet"
href=
"../../bootstrap/css/bootstrap.min.css"
>
<!-- Font Awesome -->
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"
>
<!-- Ionicons -->
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"
>
<!-- Theme style -->
<link
rel=
"stylesheet"
href=
"../../dist/css/AdminLTE.min.css"
>
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link
rel=
"stylesheet"
href=
"../../dist/css/skins/_all-skins.min.css"
>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- ADD THE CLASS sidedar-collapse TO HIDE THE SIDEBAR PRIOR TO LOADING THE SITE -->
<body
class=
"hold-transition skin-blue sidebar-collapse sidebar-mini"
>
<!-- Site wrapper -->
<div
class=
"wrapper"
>
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"{{URL::to("
/
home
")}}"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
Sayur
</b></span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
SWISS
</b></span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav
class=
"navbar navbar-static-top"
>
<!-- Sidebar toggle button-->
<a
href=
"#"
class=
"sidebar-toggle"
data-toggle=
"offcanvas"
role=
"button"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</a>
<div
class=
"navbar-custom-menu"
>
<ul
class=
"nav navbar-nav"
>
<!-- Messages: style can be found in dropdown.less-->
<li
class=
"dropdown messages-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-envelope-o"
></i>
<span
class=
"label label-success"
>
4
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 4 messages
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<!-- start message -->
<a
href=
"#"
>
<div
class=
"pull-left"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
</div>
<h4>
Support Team
<small><i
class=
"fa fa-clock-o"
></i>
5 mins
</small>
</h4>
<p>
Why not buy a new awesome theme?
</p>
</a>
</li>
<!-- end message -->
</ul>
</li>
<li
class=
"footer"
><a
href=
"#"
>
See All Messages
</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li
class=
"dropdown notifications-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-bell-o"
></i>
<span
class=
"label label-warning"
>
10
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 10 notifications
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<a
href=
"#"
>
<i
class=
"fa fa-users text-aqua"
></i>
5 new members joined today
</a>
</li>
</ul>
</li>
<li
class=
"footer"
><a
href=
"#"
>
View all
</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li
class=
"dropdown tasks-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-flag-o"
></i>
<span
class=
"label label-danger"
>
9
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 9 tasks
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<!-- Task item -->
<a
href=
"#"
>
<h3>
Design some buttons
<small
class=
"pull-right"
>
20%
</small>
</h3>
<div
class=
"progress xs"
>
<div
class=
"progress-bar progress-bar-aqua"
style=
"width: 20%"
role=
"progressbar"
aria-valuenow=
"20"
aria-valuemin=
"0"
aria-valuemax=
"100"
>
<span
class=
"sr-only"
>
20% Complete
</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
</ul>
</li>
<li
class=
"footer"
>
<a
href=
"#"
>
View all tasks
</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li
class=
"dropdown user user-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"user-image"
alt=
"User Image"
>
<span
class=
"hidden-xs"
>
{{auth::user()->username}}
</span>
</a>
<ul
class=
"dropdown-menu"
>
<!-- User image -->
<li
class=
"user-header"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
<p>
32TK07PA2-1617 - Web Developer
<small>
Member since Nov. 2012
</small>
</p>
</li>
<!-- Menu Body -->
<li
class=
"user-body"
>
<div
class=
"row"
>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Followers
</a>
</div>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Sales
</a>
</div>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Friends
</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li
class=
"user-footer"
>
<div
class=
"pull-left"
>
<a
href=
"#"
class=
"btn btn-default btn-flat"
>
Profile
</a>
</div>
<div
class=
"pull-right"
>
<a
href=
"#"
class=
"btn btn-default btn-flat"
>
Sign out
</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<li>
<a
href=
"#"
data-toggle=
"control-sidebar"
><i
class=
"fa fa-gears"
></i></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- =============================================== -->
<!-- Left side column. contains the sidebar -->
<aside
class=
"main-sidebar"
>
<!-- sidebar: style can be found in sidebar.less -->
<section
class=
"sidebar"
>
<!-- Sidebar user panel -->
<div
class=
"user-panel"
>
<div
class=
"pull-left image"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
</div>
<div
class=
"pull-left info"
>
<p>
{{auth::user()->username}}
</p>
<a
href=
"#"
><i
class=
"fa fa-circle text-success"
></i>
Online
</a>
</div>
</div>
<!-- search form -->
<form
action=
"#"
method=
"get"
class=
"sidebar-form"
>
<div
class=
"input-group"
>
<input
type=
"text"
name=
"q"
class=
"form-control"
placeholder=
"Search..."
>
<span
class=
"input-group-btn"
>
<button
type=
"submit"
name=
"search"
id=
"search-btn"
class=
"btn btn-flat"
><i
class=
"fa fa-search"
></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"active treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li
class=
"active"
><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li><a
href=
"{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- =============================================== -->
<!-- Content Wrapper. Contains page content -->
<div
class=
"content-wrapper"
>
<!-- Content Header (Page header) -->
<section
class=
"content-header"
>
<h1>
Sayur Mayur
</h1>
<ol
class=
"breadcrumb"
>
<li><a
href=
"#"
><i
class=
"fa fa-dashboard"
></i>
Home
</a></li>
<li><a
href=
"#"
>
Layout
</a></li>
<li
class=
"active"
>
sayur mayur
</li>
</ol>
</section>
<!-- Main content -->
<section
class=
"content"
>
<div
class=
"callout callout-info"
>
<h4>
Tips!
</h4>
<p>
Anda dapat melihat detail dari tanaman yang tersedia dan juga melakukan penyiraman secara otomatis dengan mengklik more
</p>
</div>
<!-- Default box -->
<div
class=
"box"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
Title
</h3>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
data-toggle=
"tooltip"
title=
"Collapse"
>
<i
class=
"fa fa-minus"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"remove"
data-toggle=
"tooltip"
title=
"Remove"
>
<i
class=
"fa fa-times"
></i></button>
</div>
</div>
<div
class=
"box-body"
>
<!--data sayur -->
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"panel panel-default"
>
...
...
@@ -50,5 +327,235 @@
</div>
</div>
</div>
</div>
<!--end data sayur -->
</div>
<!-- /.box-body -->
<div
class=
"box-footer"
>
Footer
</div>
<!-- /.box-footer-->
</div>
<!-- /.box -->
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer
class=
"main-footer"
>
<div
class=
"pull-right hidden-xs"
>
</div>
<strong><center>
Copyright
©
32TK07PA2-1617
</a>
.
</center></strong>
</footer>
<!-- Control Sidebar -->
<aside
class=
"control-sidebar control-sidebar-dark"
>
<!-- Create the tabs -->
<ul
class=
"nav nav-tabs nav-justified control-sidebar-tabs"
>
<li><a
href=
"#control-sidebar-home-tab"
data-toggle=
"tab"
><i
class=
"fa fa-home"
></i></a></li>
<li><a
href=
"#control-sidebar-settings-tab"
data-toggle=
"tab"
><i
class=
"fa fa-gears"
></i></a></li>
</ul>
<!-- Tab panes -->
<div
class=
"tab-content"
>
<!-- Home tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-home-tab"
>
<h3
class=
"control-sidebar-heading"
>
Recent Activity
</h3>
<ul
class=
"control-sidebar-menu"
>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-birthday-cake bg-red"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Langdon's Birthday
</h4>
<p>
Will be 23 on April 24th
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-user bg-yellow"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Frodo Updated His Profile
</h4>
<p>
New phone +1(800)555-1234
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-envelope-o bg-light-blue"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Nora Joined Mailing List
</h4>
<p>
nora@example.com
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-file-code-o bg-green"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Cron Job 254 Executed
</h4>
<p>
Execution time 5 seconds
</p>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<h3
class=
"control-sidebar-heading"
>
Tasks Progress
</h3>
<ul
class=
"control-sidebar-menu"
>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Custom Template Design
<span
class=
"label label-danger pull-right"
>
70%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-danger"
style=
"width: 70%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Update Resume
<span
class=
"label label-success pull-right"
>
95%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-success"
style=
"width: 95%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Laravel Integration
<span
class=
"label label-warning pull-right"
>
50%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-warning"
style=
"width: 50%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Back End Framework
<span
class=
"label label-primary pull-right"
>
68%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-primary"
style=
"width: 68%"
></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
</div>
<!-- /.tab-pane -->
<!-- Stats tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-stats-tab"
>
Stats Tab Content
</div>
<!-- /.tab-pane -->
<!-- Settings tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-settings-tab"
>
<form
method=
"post"
>
<h3
class=
"control-sidebar-heading"
>
General Settings
</h3>
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Report panel usage
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Some information about this general settings option
</p>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Allow mail redirect
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Other sets of options are available
</p>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Expose author name in posts
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Allow the user to show his name in blog posts
</p>
</div>
<!-- /.form-group -->
<h3
class=
"control-sidebar-heading"
>
Chat Settings
</h3>
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Show me as online
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Turn off notifications
<input
type=
"checkbox"
class=
"pull-right"
>
</label>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Delete chat history
<a
href=
"javascript:void(0)"
class=
"text-red pull-right"
><i
class=
"fa fa-trash-o"
></i></a>
</label>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div
class=
"control-sidebar-bg"
></div>
</div>
@endsection
\ No newline at end of file
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script
src=
"../../plugins/jQuery/jquery-2.2.3.min.js"
></script>
<!-- Bootstrap 3.3.6 -->
<script
src=
"../../bootstrap/js/bootstrap.min.js"
></script>
<!-- SlimScroll -->
<script
src=
"../../plugins/slimScroll/jquery.slimscroll.min.js"
></script>
<!-- FastClick -->
<script
src=
"../../plugins/fastclick/fastclick.js"
></script>
<!-- AdminLTE App -->
<script
src=
"../../dist/js/app.min.js"
></script>
<!-- AdminLTE for demo purposes -->
<script
src=
"../../dist/js/demo.js"
></script>
</body>
</html>
resources/views/Admin/HalamanTomat/index.blade.php
View file @
bb72b79b
...
...
@@ -32,9 +32,9 @@
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"
../../index2.html
"
class=
"logo"
>
<a
href=
"
{{URL::to('/home')}}
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
S
ayur
</b></span>
<span
class=
"logo-mini"
><b>
S
WISS
</b></span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
SWISS
</b></span>
</a>
...
...
@@ -213,175 +213,28 @@
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"treeview"
>
<li
class=
"
active
treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Dashboard
</span>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../../index.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v1
</a></li>
<li><a
href=
"../../index2.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v2
</a></li>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li
class=
"active"
><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li
class=
"treeview active"
>
<a
href=
"#"
>
<i
class=
"fa fa-files-o"
></i>
<span>
Layout Options
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
>
4
</span>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"top-nav.html"
><i
class=
"fa fa-circle-o"
></i>
Top Navigation
</a></li>
<li><a
href=
"boxed.html"
><i
class=
"fa fa-circle-o"
></i>
Boxed
</a></li>
<li><a
href=
"fixed.html"
><i
class=
"fa fa-circle-o"
></i>
Fixed
</a></li>
<li
class=
"active"
><a
href=
"collapsed-sidebar.html"
><i
class=
"fa fa-circle-o"
></i>
Collapsed Sidebar
</a>
</li>
</ul>
</li>
<li>
<a
href=
"../widgets.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-green"
>
new
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-pie-chart"
></i>
<span>
Charts
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../charts/chartjs.html"
><i
class=
"fa fa-circle-o"
></i>
ChartJS
</a></li>
<li><a
href=
"../charts/morris.html"
><i
class=
"fa fa-circle-o"
></i>
Morris
</a></li>
<li><a
href=
"../charts/flot.html"
><i
class=
"fa fa-circle-o"
></i>
Flot
</a></li>
<li><a
href=
"../charts/inline.html"
><i
class=
"fa fa-circle-o"
></i>
Inline charts
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<span>
UI Elements
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../UI/general.html"
><i
class=
"fa fa-circle-o"
></i>
General
</a></li>
<li><a
href=
"../UI/icons.html"
><i
class=
"fa fa-circle-o"
></i>
Icons
</a></li>
<li><a
href=
"../UI/buttons.html"
><i
class=
"fa fa-circle-o"
></i>
Buttons
</a></li>
<li><a
href=
"../UI/sliders.html"
><i
class=
"fa fa-circle-o"
></i>
Sliders
</a></li>
<li><a
href=
"../UI/timeline.html"
><i
class=
"fa fa-circle-o"
></i>
Timeline
</a></li>
<li><a
href=
"../UI/modals.html"
><i
class=
"fa fa-circle-o"
></i>
Modals
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-edit"
></i>
<span>
Forms
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../forms/general.html"
><i
class=
"fa fa-circle-o"
></i>
General Elements
</a></li>
<li><a
href=
"../forms/advanced.html"
><i
class=
"fa fa-circle-o"
></i>
Advanced Elements
</a></li>
<li><a
href=
"../forms/editors.html"
><i
class=
"fa fa-circle-o"
></i>
Editors
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../tables/simple.html"
><i
class=
"fa fa-circle-o"
></i>
Simple tables
</a></li>
<li><a
href=
"../tables/data.html"
><i
class=
"fa fa-circle-o"
></i>
Data tables
</a></li>
</ul>
</li>
<li>
<a
href=
"../calendar.html"
>
<i
class=
"fa fa-calendar"
></i>
<span>
Calendar
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-red"
>
3
</small>
<small
class=
"label pull-right bg-blue"
>
17
</small>
</span>
</a>
</li>
<li>
<a
href=
"../mailbox/mailbox.html"
>
<i
class=
"fa fa-envelope"
></i>
<span>
Mailbox
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-yellow"
>
12
</small>
<small
class=
"label pull-right bg-green"
>
16
</small>
<small
class=
"label pull-right bg-red"
>
5
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-folder"
></i>
<span>
Examples
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../examples/invoice.html"
><i
class=
"fa fa-circle-o"
></i>
Invoice
</a></li>
<li><a
href=
"../examples/profile.html"
><i
class=
"fa fa-circle-o"
></i>
Profile
</a></li>
<li><a
href=
"../examples/login.html"
><i
class=
"fa fa-circle-o"
></i>
Login
</a></li>
<li><a
href=
"../examples/register.html"
><i
class=
"fa fa-circle-o"
></i>
Register
</a></li>
<li><a
href=
"../examples/lockscreen.html"
><i
class=
"fa fa-circle-o"
></i>
Lockscreen
</a></li>
<li><a
href=
"../examples/404.html"
><i
class=
"fa fa-circle-o"
></i>
404 Error
</a></li>
<li><a
href=
"../examples/500.html"
><i
class=
"fa fa-circle-o"
></i>
500 Error
</a></li>
<li><a
href=
"../examples/blank.html"
><i
class=
"fa fa-circle-o"
></i>
Blank Page
</a></li>
<li><a
href=
"../examples/pace.html"
><i
class=
"fa fa-circle-o"
></i>
Pace Page
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-share"
></i>
<span>
Multilevel
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
</ul>
</li>
<li><a
href=
"../../documentation/index.html"
><i
class=
"fa fa-book"
></i>
<span>
Documentation
</span></a></li>
<li
class=
"header"
>
LABELS
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-red"
></i>
<span>
Important
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-yellow"
></i>
<span>
Warning
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-aqua"
></i>
<span>
Information
</span></a></li>
<li><a
href=
"{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
aria-hidden=
"true"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
...
...
@@ -394,12 +247,12 @@
<!-- Content Header (Page header) -->
<section
class=
"content-header"
>
<h1>
Sayur Mayur
Tomat
</h1>
<ol
class=
"breadcrumb"
>
<li><a
href=
"#"
><i
class=
"fa fa-dashboard"
></i>
Home
</a></li>
<li><a
href=
"#"
>
Layout
</a></li>
<li
class=
"active"
>
sayur mayur
</li>
<li
class=
"active"
>
Tomat
</li>
</ol>
</section>
...
...
@@ -412,16 +265,7 @@
</div>
<!-- Default box -->
<div
class=
"box"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
Title
</h3>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
data-toggle=
"tooltip"
title=
"Collapse"
>
<i
class=
"fa fa-minus"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"remove"
data-toggle=
"tooltip"
title=
"Remove"
>
<i
class=
"fa fa-times"
></i></button>
</div>
</div>
<div
class=
"panel-body"
>
<div
class=
"box-body"
>
...
...
@@ -429,11 +273,6 @@
@extends('master')
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<h1>
Tomat
</h1>
</div>
</div>
<div
class=
"row"
>
<table
class=
"table table-striped"
>
<tr>
<th>
No
</th>
...
...
@@ -460,6 +299,7 @@
<input
type=
"hidden"
name=
"_method"
value=
"delete"
>
<input
type=
"hidden"
name=
"_token"
value=
"{{ csrf_token() }}"
>
<a
href=
"{{route('tomat.edit',$tomat->id)}}"
class=
"btn btn-primary"
>
Edit
</a>
<a
href=
"{{route('tomat.show', $tomat->id)}}"
class=
"btn btn-warning"
>
Lihat
</a>
<input
type=
"submit"
class=
"btn btn-danger"
onclick=
"return confirm('Are you sure to delete this data');"
name=
"name"
value=
"delete"
>
</form>
</td>
...
...
resources/views/Admin/HalamanTomat/lihat.blade.php
0 → 100644
View file @
bb72b79b
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
SWISS | tomat mayur
</title>
<!-- Tell the browser to be responsive to screen width -->
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<!-- Bootstrap 3.3.6 -->
<link
rel=
"stylesheet"
href=
"{{URL::asset('bootstrap/css/bootstrap.min.css')}}"
>
<!-- Font Awesome -->
<link
rel=
"stylesheet"
href=
"{{URL::asset('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css')}}"
>
<!-- Ionicons -->
<link
rel=
"stylesheet"
href=
"{{URL::asset('https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css')}}"
>
<!-- Theme style -->
<link
rel=
"stylesheet"
href=
"{{URL::asset('dist/css/AdminLTE.min.css')}}"
>
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link
rel=
"stylesheet"
href=
"{{URL::asset('dist/css/skins/_all-skins.min.css')}}"
>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- ADD THE CLASS sidedar-collapse TO HIDE THE SIDEBAR PRIOR TO LOADING THE SITE -->
<body
class=
"hold-transition skin-blue sidebar-collapse sidebar-mini"
>
<!-- Site wrapper -->
<div
class=
"wrapper"
>
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"../../index2.html"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
tomat
</b></span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
SWISS
</b></span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav
class=
"navbar navbar-static-top"
>
<!-- Sidebar toggle button-->
<a
href=
"#"
class=
"sidebar-toggle"
data-toggle=
"offcanvas"
role=
"button"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</a>
<div
class=
"navbar-custom-menu"
>
<ul
class=
"nav navbar-nav"
>
<!-- Messages: style can be found in dropdown.less-->
<li
class=
"dropdown messages-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-envelope-o"
></i>
<span
class=
"label label-success"
>
4
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 4 messages
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<!-- start message -->
<a
href=
"#"
>
<div
class=
"pull-left"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
</div>
<h4>
Support Team
<small><i
class=
"fa fa-clock-o"
></i>
5 mins
</small>
</h4>
<p>
Why not buy a new awesome theme?
</p>
</a>
</li>
<!-- end message -->
</ul>
</li>
<li
class=
"footer"
><a
href=
"#"
>
See All Messages
</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li
class=
"dropdown notifications-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-bell-o"
></i>
<span
class=
"label label-warning"
>
10
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 10 notifications
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<a
href=
"#"
>
<i
class=
"fa fa-users text-aqua"
></i>
5 new members joined today
</a>
</li>
</ul>
</li>
<li
class=
"footer"
><a
href=
"#"
>
View all
</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li
class=
"dropdown tasks-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-flag-o"
></i>
<span
class=
"label label-danger"
>
9
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 9 tasks
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<!-- Task item -->
<a
href=
"#"
>
<h3>
Design some buttons
<small
class=
"pull-right"
>
20%
</small>
</h3>
<div
class=
"progress xs"
>
<div
class=
"progress-bar progress-bar-aqua"
style=
"width: 20%"
role=
"progressbar"
aria-valuenow=
"20"
aria-valuemin=
"0"
aria-valuemax=
"100"
>
<span
class=
"sr-only"
>
20% Complete
</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
</ul>
</li>
<li
class=
"footer"
>
<a
href=
"#"
>
View all tasks
</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li
class=
"dropdown user user-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"user-image"
alt=
"User Image"
>
<span
class=
"hidden-xs"
>
{{auth::user()->username}}
</span>
</a>
<ul
class=
"dropdown-menu"
>
<!-- User image -->
<li
class=
"user-header"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
<p>
32TK07PA2-1617 - Web Developer
<small>
Member since Nov. 2012
</small>
</p>
</li>
<!-- Menu Body -->
<li
class=
"user-body"
>
<div
class=
"row"
>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Followers
</a>
</div>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Sales
</a>
</div>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Friends
</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li
class=
"user-footer"
>
<div
class=
"pull-left"
>
<a
href=
"#"
class=
"btn btn-default btn-flat"
>
Profile
</a>
</div>
<div
class=
"pull-right"
>
<a
href=
"#"
class=
"btn btn-default btn-flat"
>
Sign out
</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<li>
<a
href=
"#"
data-toggle=
"control-sidebar"
><i
class=
"fa fa-gears"
></i></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- =============================================== -->
<!-- Left side column. contains the sidebar -->
<aside
class=
"main-sidebar"
>
<!-- sidebar: style can be found in sidebar.less -->
<section
class=
"sidebar"
>
<!-- Sidebar user panel -->
<div
class=
"user-panel"
>
<div
class=
"pull-left image"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
</div>
<div
class=
"pull-left info"
>
<p>
{{auth::user()->username}}
</p>
<a
href=
"#"
><i
class=
"fa fa-circle text-success"
></i>
Online
</a>
</div>
</div>
<!-- search form -->
<form
action=
"#"
method=
"get"
class=
"sidebar-form"
>
<div
class=
"input-group"
>
<input
type=
"text"
name=
"q"
class=
"form-control"
placeholder=
"Search..."
>
<span
class=
"input-group-btn"
>
<button
type=
"submit"
name=
"search"
id=
"search-btn"
class=
"btn btn-flat"
><i
class=
"fa fa-search"
></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Dashboard
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../../index.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v1
</a></li>
<li><a
href=
"../../index2.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v2
</a></li>
</ul>
</li>
<li
class=
"treeview active"
>
<a
href=
"#"
>
<i
class=
"fa fa-files-o"
></i>
<span>
Layout Options
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
>
4
</span>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"top-nav.html"
><i
class=
"fa fa-circle-o"
></i>
Top Navigation
</a></li>
<li><a
href=
"boxed.html"
><i
class=
"fa fa-circle-o"
></i>
Boxed
</a></li>
<li><a
href=
"fixed.html"
><i
class=
"fa fa-circle-o"
></i>
Fixed
</a></li>
<li
class=
"active"
><a
href=
"collapsed-sidebar.html"
><i
class=
"fa fa-circle-o"
></i>
Collapsed Sidebar
</a>
</li>
</ul>
</li>
<li>
<a
href=
"../widgets.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-green"
>
new
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-pie-chart"
></i>
<span>
Charts
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../charts/chartjs.html"
><i
class=
"fa fa-circle-o"
></i>
ChartJS
</a></li>
<li><a
href=
"../charts/morris.html"
><i
class=
"fa fa-circle-o"
></i>
Morris
</a></li>
<li><a
href=
"../charts/flot.html"
><i
class=
"fa fa-circle-o"
></i>
Flot
</a></li>
<li><a
href=
"../charts/inline.html"
><i
class=
"fa fa-circle-o"
></i>
Inline charts
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<span>
UI Elements
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../UI/general.html"
><i
class=
"fa fa-circle-o"
></i>
General
</a></li>
<li><a
href=
"../UI/icons.html"
><i
class=
"fa fa-circle-o"
></i>
Icons
</a></li>
<li><a
href=
"../UI/buttons.html"
><i
class=
"fa fa-circle-o"
></i>
Buttons
</a></li>
<li><a
href=
"../UI/sliders.html"
><i
class=
"fa fa-circle-o"
></i>
Sliders
</a></li>
<li><a
href=
"../UI/timeline.html"
><i
class=
"fa fa-circle-o"
></i>
Timeline
</a></li>
<li><a
href=
"../UI/modals.html"
><i
class=
"fa fa-circle-o"
></i>
Modals
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-edit"
></i>
<span>
Forms
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../forms/general.html"
><i
class=
"fa fa-circle-o"
></i>
General Elements
</a></li>
<li><a
href=
"../forms/advanced.html"
><i
class=
"fa fa-circle-o"
></i>
Advanced Elements
</a></li>
<li><a
href=
"../forms/editors.html"
><i
class=
"fa fa-circle-o"
></i>
Editors
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../tables/simple.html"
><i
class=
"fa fa-circle-o"
></i>
Simple tables
</a></li>
<li><a
href=
"../tables/data.html"
><i
class=
"fa fa-circle-o"
></i>
Data tables
</a></li>
</ul>
</li>
<li>
<a
href=
"../calendar.html"
>
<i
class=
"fa fa-calendar"
></i>
<span>
Calendar
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-red"
>
3
</small>
<small
class=
"label pull-right bg-blue"
>
17
</small>
</span>
</a>
</li>
<li>
<a
href=
"../mailbox/mailbox.html"
>
<i
class=
"fa fa-envelope"
></i>
<span>
Mailbox
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-yellow"
>
12
</small>
<small
class=
"label pull-right bg-green"
>
16
</small>
<small
class=
"label pull-right bg-red"
>
5
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-folder"
></i>
<span>
Examples
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../examples/invoice.html"
><i
class=
"fa fa-circle-o"
></i>
Invoice
</a></li>
<li><a
href=
"../examples/profile.html"
><i
class=
"fa fa-circle-o"
></i>
Profile
</a></li>
<li><a
href=
"../examples/login.html"
><i
class=
"fa fa-circle-o"
></i>
Login
</a></li>
<li><a
href=
"../examples/register.html"
><i
class=
"fa fa-circle-o"
></i>
Register
</a></li>
<li><a
href=
"../examples/lockscreen.html"
><i
class=
"fa fa-circle-o"
></i>
Lockscreen
</a></li>
<li><a
href=
"../examples/404.html"
><i
class=
"fa fa-circle-o"
></i>
404 Error
</a></li>
<li><a
href=
"../examples/500.html"
><i
class=
"fa fa-circle-o"
></i>
500 Error
</a></li>
<li><a
href=
"../examples/blank.html"
><i
class=
"fa fa-circle-o"
></i>
Blank Page
</a></li>
<li><a
href=
"../examples/pace.html"
><i
class=
"fa fa-circle-o"
></i>
Pace Page
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-share"
></i>
<span>
Multilevel
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
</ul>
</li>
<li><a
href=
"../../documentation/index.html"
><i
class=
"fa fa-book"
></i>
<span>
Documentation
</span></a></li>
<li
class=
"header"
>
LABELS
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-red"
></i>
<span>
Important
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-yellow"
></i>
<span>
Warning
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-aqua"
></i>
<span>
Information
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- =============================================== -->
<!-- Content Wrapper. Contains page content -->
<div
class=
"content-wrapper"
>
<!-- Content Header (Page header) -->
<section
class=
"content-header"
>
<h1>
tomat Mayur
</h1>
<ol
class=
"breadcrumb"
>
<li><a
href=
"#"
><i
class=
"fa fa-dashboard"
></i>
Home
</a></li>
<li><a
href=
"#"
>
Layout
</a></li>
<li
class=
"active"
>
tomat mayur
</li>
</ol>
</section>
<!-- Main content -->
<section
class=
"content"
>
<div
class=
"callout callout-info"
>
<h4>
Tips!
</h4>
<p>
Anda dapat melihat detail dari tanaman yang tersedia dan juga melakukan penyiraman secara otomatis dengan mengklik more
</p>
</div>
<!-- Default box -->
<div
class=
"box"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
Title
</h3>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
data-toggle=
"tooltip"
title=
"Collapse"
>
<i
class=
"fa fa-minus"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"remove"
data-toggle=
"tooltip"
title=
"Remove"
>
<i
class=
"fa fa-times"
></i></button>
</div>
</div>
<div
class=
"box-body"
>
<!--data tomat -->
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-body"
>
<form
action=
"{{route('tomat.show', $tomats->id)}}"
method=
"post"
>
<input
name=
"_method"
type=
"hidden"
value=
"PATCH"
>
{{csrf_field()}}
<div
class=
"form-group{{ $errors->has('foto') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Foto
</label>
<label
class=
"control-label"
>
:
<td><img
src=
"
<?php
echo
asset
(
"image/
$tomats->foto
"
)
?>
"
style=
"max-height:40px; max-width: 40px; margin-top:10px;"
/>
</img>
</td></label>
{!! $errors->first('foto', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('nama') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Nama
</label>
<label
class=
"control-label"
>
:
<?php
echo
$tomats
->
nama
;
?>
</label>
{!! $errors->first('nama', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('family') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Family
</label>
<label
class=
"control-label"
>
:
<?php
echo
$tomats
->
family
;
?>
</label>
{!! $errors->first('family', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('tanggal_tanam') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Tanggal Tanam
</label>
<label
class=
"control-label"
>
:
<?php
echo
$tomats
->
tanggal_tanam
;
?>
</label>
{!! $errors->first('tanggal_tanam', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('usia') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Usia Tanaman
</label>
<label
class=
"control-label"
>
:
<?php
echo
$tomats
->
usia
;
?>
</label>
{!! $errors->first('usia', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('hama') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Hama
</label>
<label
class=
"control-label"
>
:
<?php
echo
$tomats
->
hama
;
?>
</label>
{!! $errors->first('hama', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('syarat_tumbuh') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Syarat Tumbuh
</label>
<label
class=
"control-label"
>
:
<?php
echo
$tomats
->
syarat_tumbuh
;
?>
</label>
{!! $errors->first('syarat_tumbuh', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('pemeliharaan') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Pemeliharaan
</label>
<label
class=
"control-label"
>
:
<?php
echo
$tomats
->
pemeliharaan
;
?>
</label>
{!! $errors->first('pemeliharaan', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group"
>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!--end data tomat -->
<div
style=
"margin: 0; width:500px; height:80px;"
>
<FORM
NAME=
"form"
ACTION=
""
METHOD=
"GET"
>
ESP8266 IP Address:
<INPUT
TYPE=
"text"
NAME=
"inputbox"
VALUE=
"192.168.43.75"
>
</FORM>
</div>
<h3>
Scroll untuk menyiram tomat
</h3>
<input
type=
"range"
min=
"20"
max=
"170"
onmouseup=
"servo1(this.value)"
/>
<script>
$
.
ajaxSetup
({
timeout
:
1000
});
function
servo1
(
angle
)
{
TextVar
=
form
.
inputbox
.
value
;
ArduinoVar
=
"http://"
+
TextVar
+
":80"
;
$
.
get
(
ArduinoVar
,
{
"sr1"
:
angle
})
;
{
Connection
:
close
};
}
</script>
</div>
<!-- /.box-body -->
<div
class=
"box-footer"
>
Footer
</div>
<!-- /.box-footer-->
</div>
<!-- /.box -->
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer
class=
"main-footer"
>
<div
class=
"pull-right hidden-xs"
>
</div>
<strong><center>
Copyright
©
32TK07PA2-1617
</a>
.
</center></strong>
</footer>
<!-- Control Sidebar -->
<aside
class=
"control-sidebar control-sidebar-dark"
>
<!-- Create the tabs -->
<ul
class=
"nav nav-tabs nav-justified control-sidebar-tabs"
>
<li><a
href=
"#control-sidebar-home-tab"
data-toggle=
"tab"
><i
class=
"fa fa-home"
></i></a></li>
<li><a
href=
"#control-sidebar-settings-tab"
data-toggle=
"tab"
><i
class=
"fa fa-gears"
></i></a></li>
</ul>
<!-- Tab panes -->
<div
class=
"tab-content"
>
<!-- Home tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-home-tab"
>
<h3
class=
"control-sidebar-heading"
>
Recent Activity
</h3>
<ul
class=
"control-sidebar-menu"
>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-birthday-cake bg-red"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Langdon's Birthday
</h4>
<p>
Will be 23 on April 24th
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-user bg-yellow"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Frodo Updated His Profile
</h4>
<p>
New phone +1(800)555-1234
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-envelope-o bg-light-blue"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Nora Joined Mailing List
</h4>
<p>
nora@example.com
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-file-code-o bg-green"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Cron Job 254 Executed
</h4>
<p>
Execution time 5 seconds
</p>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<h3
class=
"control-sidebar-heading"
>
Tasks Progress
</h3>
<ul
class=
"control-sidebar-menu"
>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Custom Template Design
<span
class=
"label label-danger pull-right"
>
70%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-danger"
style=
"width: 70%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Update Resume
<span
class=
"label label-success pull-right"
>
95%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-success"
style=
"width: 95%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Laravel Integration
<span
class=
"label label-warning pull-right"
>
50%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-warning"
style=
"width: 50%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Back End Framework
<span
class=
"label label-primary pull-right"
>
68%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-primary"
style=
"width: 68%"
></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
</div>
<!-- /.tab-pane -->
<!-- Stats tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-stats-tab"
>
Stats Tab Content
</div>
<!-- /.tab-pane -->
<!-- Settings tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-settings-tab"
>
<form
method=
"post"
>
<h3
class=
"control-sidebar-heading"
>
General Settings
</h3>
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Report panel usage
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Some information about this general settings option
</p>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Allow mail redirect
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Other sets of options are available
</p>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Expose author name in posts
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Allow the user to show his name in blog posts
</p>
</div>
<!-- /.form-group -->
<h3
class=
"control-sidebar-heading"
>
Chat Settings
</h3>
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Show me as online
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Turn off notifications
<input
type=
"checkbox"
class=
"pull-right"
>
</label>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Delete chat history
<a
href=
"javascript:void(0)"
class=
"text-red pull-right"
><i
class=
"fa fa-trash-o"
></i></a>
</label>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div
class=
"control-sidebar-bg"
></div>
</div>
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script
src=
"../../plugins/jQuery/jquery-2.2.3.min.js"
></script>
<!-- Bootstrap 3.3.6 -->
<script
src=
"../../bootstrap/js/bootstrap.min.js"
></script>
<!-- SlimScroll -->
<script
src=
"../../plugins/slimScroll/jquery.slimscroll.min.js"
></script>
<!-- FastClick -->
<script
src=
"../../plugins/fastclick/fastclick.js"
></script>
<!-- AdminLTE App -->
<script
src=
"../../dist/js/app.min.js"
></script>
<!-- AdminLTE for demo purposes -->
<script
src=
"../../dist/js/demo.js"
></script>
<script
src=
"../../dist/js/jquery.js"
></script>
<script
src=
"/dist/js/jquery.js"
></script>
</body>
</html>
resources/views/Admin/MonitoringAndaliman/index.blade.php
View file @
bb72b79b
...
...
@@ -32,9 +32,9 @@
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"
../../index2.html
"
class=
"logo"
>
<a
href=
"
{{URL::to('/home')}}
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
andaliman
</b></span>
<span
class=
"logo-mini"
><b>
SWISS
</b></span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
SWISS
</b></span>
</a>
...
...
@@ -213,175 +213,28 @@
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"treeview"
>
<li
class=
"
active
treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Dashboard
</span>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../../index.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v1
</a></li>
<li><a
href=
"../../index2.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v2
</a></li>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li
class=
"active"
><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li
class=
"treeview active"
>
<a
href=
"#"
>
<i
class=
"fa fa-files-o"
></i>
<span>
Layout Options
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
>
4
</span>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"top-nav.html"
><i
class=
"fa fa-circle-o"
></i>
Top Navigation
</a></li>
<li><a
href=
"boxed.html"
><i
class=
"fa fa-circle-o"
></i>
Boxed
</a></li>
<li><a
href=
"fixed.html"
><i
class=
"fa fa-circle-o"
></i>
Fixed
</a></li>
<li
class=
"active"
><a
href=
"collapsed-sidebar.html"
><i
class=
"fa fa-circle-o"
></i>
Collapsed Sidebar
</a>
</li>
</ul>
</li>
<li>
<a
href=
"../widgets.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-green"
>
new
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-pie-chart"
></i>
<span>
Charts
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../charts/chartjs.html"
><i
class=
"fa fa-circle-o"
></i>
ChartJS
</a></li>
<li><a
href=
"../charts/morris.html"
><i
class=
"fa fa-circle-o"
></i>
Morris
</a></li>
<li><a
href=
"../charts/flot.html"
><i
class=
"fa fa-circle-o"
></i>
Flot
</a></li>
<li><a
href=
"../charts/inline.html"
><i
class=
"fa fa-circle-o"
></i>
Inline charts
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<span>
UI Elements
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../UI/general.html"
><i
class=
"fa fa-circle-o"
></i>
General
</a></li>
<li><a
href=
"../UI/icons.html"
><i
class=
"fa fa-circle-o"
></i>
Icons
</a></li>
<li><a
href=
"../UI/buttons.html"
><i
class=
"fa fa-circle-o"
></i>
Buttons
</a></li>
<li><a
href=
"../UI/sliders.html"
><i
class=
"fa fa-circle-o"
></i>
Sliders
</a></li>
<li><a
href=
"../UI/timeline.html"
><i
class=
"fa fa-circle-o"
></i>
Timeline
</a></li>
<li><a
href=
"../UI/modals.html"
><i
class=
"fa fa-circle-o"
></i>
Modals
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-edit"
></i>
<span>
Forms
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../forms/general.html"
><i
class=
"fa fa-circle-o"
></i>
General Elements
</a></li>
<li><a
href=
"../forms/advanced.html"
><i
class=
"fa fa-circle-o"
></i>
Advanced Elements
</a></li>
<li><a
href=
"../forms/editors.html"
><i
class=
"fa fa-circle-o"
></i>
Editors
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../tables/simple.html"
><i
class=
"fa fa-circle-o"
></i>
Simple tables
</a></li>
<li><a
href=
"../tables/data.html"
><i
class=
"fa fa-circle-o"
></i>
Data tables
</a></li>
</ul>
</li>
<li>
<a
href=
"../calendar.html"
>
<i
class=
"fa fa-calendar"
></i>
<span>
Calendar
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-red"
>
3
</small>
<small
class=
"label pull-right bg-blue"
>
17
</small>
</span>
</a>
</li>
<li>
<a
href=
"../mailbox/mailbox.html"
>
<i
class=
"fa fa-envelope"
></i>
<span>
Mailbox
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-yellow"
>
12
</small>
<small
class=
"label pull-right bg-green"
>
16
</small>
<small
class=
"label pull-right bg-red"
>
5
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-folder"
></i>
<span>
Examples
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../examples/invoice.html"
><i
class=
"fa fa-circle-o"
></i>
Invoice
</a></li>
<li><a
href=
"../examples/profile.html"
><i
class=
"fa fa-circle-o"
></i>
Profile
</a></li>
<li><a
href=
"../examples/login.html"
><i
class=
"fa fa-circle-o"
></i>
Login
</a></li>
<li><a
href=
"../examples/register.html"
><i
class=
"fa fa-circle-o"
></i>
Register
</a></li>
<li><a
href=
"../examples/lockscreen.html"
><i
class=
"fa fa-circle-o"
></i>
Lockscreen
</a></li>
<li><a
href=
"../examples/404.html"
><i
class=
"fa fa-circle-o"
></i>
404 Error
</a></li>
<li><a
href=
"../examples/500.html"
><i
class=
"fa fa-circle-o"
></i>
500 Error
</a></li>
<li><a
href=
"../examples/blank.html"
><i
class=
"fa fa-circle-o"
></i>
Blank Page
</a></li>
<li><a
href=
"../examples/pace.html"
><i
class=
"fa fa-circle-o"
></i>
Pace Page
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-share"
></i>
<span>
Multilevel
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
</ul>
</li>
<li><a
href=
"../../documentation/index.html"
><i
class=
"fa fa-book"
></i>
<span>
Documentation
</span></a></li>
<li
class=
"header"
>
LABELS
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-red"
></i>
<span>
Important
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-yellow"
></i>
<span>
Warning
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-aqua"
></i>
<span>
Information
</span></a></li>
<li><a
href=
"{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
...
...
resources/views/Admin/MonitoringCabe/monitoringcabe.blade.php
View file @
bb72b79b
@extends('layouts.layout')
@section('content')
<!--data cabe -->
<div
class=
"container"
>
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<title>
SWISS | cabe mayur
</title>
<!-- Tell the browser to be responsive to screen width -->
<meta
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
name=
"viewport"
>
<!-- Bootstrap 3.3.6 -->
<link
rel=
"stylesheet"
href=
"../../bootstrap/css/bootstrap.min.css"
>
<!-- Font Awesome -->
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"
>
<!-- Ionicons -->
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"
>
<!-- Theme style -->
<link
rel=
"stylesheet"
href=
"../../dist/css/AdminLTE.min.css"
>
<!-- AdminLTE Skins. Choose a skin from the css/skins
folder instead of downloading all of them to reduce the load. -->
<link
rel=
"stylesheet"
href=
"../../dist/css/skins/_all-skins.min.css"
>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<!-- ADD THE CLASS sidedar-collapse TO HIDE THE SIDEBAR PRIOR TO LOADING THE SITE -->
<body
class=
"hold-transition skin-blue sidebar-collapse sidebar-mini"
>
<!-- Site wrapper -->
<div
class=
"wrapper"
>
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"{{URL::to("
/
home
")}}"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
SWISS
</b></span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
SWISS
</b></span>
</a>
<!-- Header Navbar: style can be found in header.less -->
<nav
class=
"navbar navbar-static-top"
>
<!-- Sidebar toggle button-->
<a
href=
"#"
class=
"sidebar-toggle"
data-toggle=
"offcanvas"
role=
"button"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</a>
<div
class=
"navbar-custom-menu"
>
<ul
class=
"nav navbar-nav"
>
<!-- Messages: style can be found in dropdown.less-->
<li
class=
"dropdown messages-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-envelope-o"
></i>
<span
class=
"label label-success"
>
4
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 4 messages
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<!-- start message -->
<a
href=
"#"
>
<div
class=
"pull-left"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
</div>
<h4>
Support Team
<small><i
class=
"fa fa-clock-o"
></i>
5 mins
</small>
</h4>
<p>
Why not buy a new awesome theme?
</p>
</a>
</li>
<!-- end message -->
</ul>
</li>
<li
class=
"footer"
><a
href=
"#"
>
See All Messages
</a></li>
</ul>
</li>
<!-- Notifications: style can be found in dropdown.less -->
<li
class=
"dropdown notifications-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-bell-o"
></i>
<span
class=
"label label-warning"
>
10
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 10 notifications
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<a
href=
"#"
>
<i
class=
"fa fa-users text-aqua"
></i>
5 new members joined today
</a>
</li>
</ul>
</li>
<li
class=
"footer"
><a
href=
"#"
>
View all
</a></li>
</ul>
</li>
<!-- Tasks: style can be found in dropdown.less -->
<li
class=
"dropdown tasks-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<i
class=
"fa fa-flag-o"
></i>
<span
class=
"label label-danger"
>
9
</span>
</a>
<ul
class=
"dropdown-menu"
>
<li
class=
"header"
>
You have 9 tasks
</li>
<li>
<!-- inner menu: contains the actual data -->
<ul
class=
"menu"
>
<li>
<!-- Task item -->
<a
href=
"#"
>
<h3>
Design some buttons
<small
class=
"pull-right"
>
20%
</small>
</h3>
<div
class=
"progress xs"
>
<div
class=
"progress-bar progress-bar-aqua"
style=
"width: 20%"
role=
"progressbar"
aria-valuenow=
"20"
aria-valuemin=
"0"
aria-valuemax=
"100"
>
<span
class=
"sr-only"
>
20% Complete
</span>
</div>
</div>
</a>
</li>
<!-- end task item -->
</ul>
</li>
<li
class=
"footer"
>
<a
href=
"#"
>
View all tasks
</a>
</li>
</ul>
</li>
<!-- User Account: style can be found in dropdown.less -->
<li
class=
"dropdown user user-menu"
>
<a
href=
"#"
class=
"dropdown-toggle"
data-toggle=
"dropdown"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"user-image"
alt=
"User Image"
>
<span
class=
"hidden-xs"
>
{{auth::user()->username}}
</span>
</a>
<ul
class=
"dropdown-menu"
>
<!-- User image -->
<li
class=
"user-header"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
<p>
32TK07PA2-1617 - Web Developer
<small>
Member since Nov. 2012
</small>
</p>
</li>
<!-- Menu Body -->
<li
class=
"user-body"
>
<div
class=
"row"
>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Followers
</a>
</div>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Sales
</a>
</div>
<div
class=
"col-xs-4 text-center"
>
<a
href=
"#"
>
Friends
</a>
</div>
</div>
<!-- /.row -->
</li>
<!-- Menu Footer-->
<li
class=
"user-footer"
>
<div
class=
"pull-left"
>
<a
href=
"#"
class=
"btn btn-default btn-flat"
>
Profile
</a>
</div>
<div
class=
"pull-right"
>
<a
href=
"#"
class=
"btn btn-default btn-flat"
>
Sign out
</a>
</div>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<li>
<a
href=
"#"
data-toggle=
"control-sidebar"
><i
class=
"fa fa-gears"
></i></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- =============================================== -->
<!-- Left side column. contains the sidebar -->
<aside
class=
"main-sidebar"
>
<!-- sidebar: style can be found in sidebar.less -->
<section
class=
"sidebar"
>
<!-- Sidebar user panel -->
<div
class=
"user-panel"
>
<div
class=
"pull-left image"
>
<img
src=
"../../dist/img/user2-160x160.jpg"
class=
"img-circle"
alt=
"User Image"
>
</div>
<div
class=
"pull-left info"
>
<p>
{{auth::user()->username}}
</p>
<a
href=
"#"
><i
class=
"fa fa-circle text-success"
></i>
Online
</a>
</div>
</div>
<!-- search form -->
<form
action=
"#"
method=
"get"
class=
"sidebar-form"
>
<div
class=
"input-group"
>
<input
type=
"text"
name=
"q"
class=
"form-control"
placeholder=
"Search..."
>
<span
class=
"input-group-btn"
>
<button
type=
"submit"
name=
"search"
id=
"search-btn"
class=
"btn btn-flat"
><i
class=
"fa fa-search"
></i>
</button>
</span>
</div>
</form>
<!-- /.search form -->
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"active treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li
class=
"active"
><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li><a
href=
"{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- =============================================== -->
<!-- Content Wrapper. Contains page content -->
<div
class=
"content-wrapper"
>
<!-- Content Header (Page header) -->
<section
class=
"content-header"
>
<h1>
cabe Mayur
</h1>
<ol
class=
"breadcrumb"
>
<li><a
href=
"#"
><i
class=
"fa fa-dashboard"
></i>
Home
</a></li>
<li><a
href=
"#"
>
Layout
</a></li>
<li
class=
"active"
>
cabe mayur
</li>
</ol>
</section>
<!-- Main content -->
<section
class=
"content"
>
<div
class=
"callout callout-info"
>
<h4>
Tips!
</h4>
<p>
Anda dapat melihat detail dari tanaman yang tersedia dan juga melakukan penyiraman secara otomatis dengan mengklik more
</p>
</div>
<!-- Default box -->
<div
class=
"box"
>
<div
class=
"box-header with-border"
>
<h3
class=
"box-title"
>
Title
</h3>
<div
class=
"box-tools pull-right"
>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"collapse"
data-toggle=
"tooltip"
title=
"Collapse"
>
<i
class=
"fa fa-minus"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
data-widget=
"remove"
data-toggle=
"tooltip"
title=
"Remove"
>
<i
class=
"fa fa-times"
></i></button>
</div>
</div>
<div
class=
"box-body"
>
<!--data cabe -->
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"panel panel-default"
>
...
...
@@ -49,6 +327,235 @@
</div>
</div>
</div>
</div>
<!--end data cabe -->
</div>
<!-- /.box-body -->
<div
class=
"box-footer"
>
Footer
</div>
<!-- /.box-footer-->
</div>
<!-- /.box -->
</section>
<!-- /.content -->
</div>
<!-- /.content-wrapper -->
<footer
class=
"main-footer"
>
<div
class=
"pull-right hidden-xs"
>
</div>
<strong><center>
Copyright
©
32TK07PA2-1617
</a>
.
</center></strong>
</footer>
<!-- Control Sidebar -->
<aside
class=
"control-sidebar control-sidebar-dark"
>
<!-- Create the tabs -->
<ul
class=
"nav nav-tabs nav-justified control-sidebar-tabs"
>
<li><a
href=
"#control-sidebar-home-tab"
data-toggle=
"tab"
><i
class=
"fa fa-home"
></i></a></li>
<li><a
href=
"#control-sidebar-settings-tab"
data-toggle=
"tab"
><i
class=
"fa fa-gears"
></i></a></li>
</ul>
<!-- Tab panes -->
<div
class=
"tab-content"
>
<!-- Home tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-home-tab"
>
<h3
class=
"control-sidebar-heading"
>
Recent Activity
</h3>
<ul
class=
"control-sidebar-menu"
>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-birthday-cake bg-red"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Langdon's Birthday
</h4>
<p>
Will be 23 on April 24th
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-user bg-yellow"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Frodo Updated His Profile
</h4>
<p>
New phone +1(800)555-1234
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-envelope-o bg-light-blue"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Nora Joined Mailing List
</h4>
<p>
nora@example.com
</p>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<i
class=
"menu-icon fa fa-file-code-o bg-green"
></i>
<div
class=
"menu-info"
>
<h4
class=
"control-sidebar-subheading"
>
Cron Job 254 Executed
</h4>
<p>
Execution time 5 seconds
</p>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
<h3
class=
"control-sidebar-heading"
>
Tasks Progress
</h3>
<ul
class=
"control-sidebar-menu"
>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Custom Template Design
<span
class=
"label label-danger pull-right"
>
70%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-danger"
style=
"width: 70%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Update Resume
<span
class=
"label label-success pull-right"
>
95%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-success"
style=
"width: 95%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Laravel Integration
<span
class=
"label label-warning pull-right"
>
50%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-warning"
style=
"width: 50%"
></div>
</div>
</a>
</li>
<li>
<a
href=
"javascript:void(0)"
>
<h4
class=
"control-sidebar-subheading"
>
Back End Framework
<span
class=
"label label-primary pull-right"
>
68%
</span>
</h4>
<div
class=
"progress progress-xxs"
>
<div
class=
"progress-bar progress-bar-primary"
style=
"width: 68%"
></div>
</div>
</a>
</li>
</ul>
<!-- /.control-sidebar-menu -->
</div>
<!-- /.tab-pane -->
<!-- Stats tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-stats-tab"
>
Stats Tab Content
</div>
<!-- /.tab-pane -->
<!-- Settings tab content -->
<div
class=
"tab-pane"
id=
"control-sidebar-settings-tab"
>
<form
method=
"post"
>
<h3
class=
"control-sidebar-heading"
>
General Settings
</h3>
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Report panel usage
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Some information about this general settings option
</p>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Allow mail redirect
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Other sets of options are available
</p>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Expose author name in posts
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
<p>
Allow the user to show his name in blog posts
</p>
</div>
<!-- /.form-group -->
<h3
class=
"control-sidebar-heading"
>
Chat Settings
</h3>
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Show me as online
<input
type=
"checkbox"
class=
"pull-right"
checked
>
</label>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Turn off notifications
<input
type=
"checkbox"
class=
"pull-right"
>
</label>
</div>
<!-- /.form-group -->
<div
class=
"form-group"
>
<label
class=
"control-sidebar-subheading"
>
Delete chat history
<a
href=
"javascript:void(0)"
class=
"text-red pull-right"
><i
class=
"fa fa-trash-o"
></i></a>
</label>
</div>
<!-- /.form-group -->
</form>
</div>
<!-- /.tab-pane -->
</div>
</aside>
<!-- /.control-sidebar -->
<!-- Add the sidebar's background. This div must be placed
immediately after the control sidebar -->
<div
class=
"control-sidebar-bg"
></div>
</div>
<!--end data cabe -->
@endsection
\ No newline at end of file
<!-- ./wrapper -->
<!-- jQuery 2.2.3 -->
<script
src=
"../../plugins/jQuery/jquery-2.2.3.min.js"
></script>
<!-- Bootstrap 3.3.6 -->
<script
src=
"../../bootstrap/js/bootstrap.min.js"
></script>
<!-- SlimScroll -->
<script
src=
"../../plugins/slimScroll/jquery.slimscroll.min.js"
></script>
<!-- FastClick -->
<script
src=
"../../plugins/fastclick/fastclick.js"
></script>
<!-- AdminLTE App -->
<script
src=
"../../dist/js/app.min.js"
></script>
<!-- AdminLTE for demo purposes -->
<script
src=
"../../dist/js/demo.js"
></script>
</body>
</html>
resources/views/Admin/MonitoringKacang/index.blade.php
View file @
bb72b79b
...
...
@@ -32,9 +32,9 @@
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"
../../index2.html
"
class=
"logo"
>
<a
href=
"
{{URL::to('/home')}}
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
kacang
</b></span>
<span
class=
"logo-mini"
><b>
SWISS
</b></span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
SWISS
</b></span>
</a>
...
...
@@ -213,180 +213,32 @@
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"treeview"
>
<li
class=
"
active
treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Dashboard
</span>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../../index.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v1
</a></li>
<li><a
href=
"../../index2.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v2
</a></li>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li
class=
"active"
><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li
class=
"treeview active"
>
<a
href=
"#"
>
<i
class=
"fa fa-files-o"
></i>
<span>
Layout Options
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
>
4
</span>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"top-nav.html"
><i
class=
"fa fa-circle-o"
></i>
Top Navigation
</a></li>
<li><a
href=
"boxed.html"
><i
class=
"fa fa-circle-o"
></i>
Boxed
</a></li>
<li><a
href=
"fixed.html"
><i
class=
"fa fa-circle-o"
></i>
Fixed
</a></li>
<li
class=
"active"
><a
href=
"collapsed-sidebar.html"
><i
class=
"fa fa-circle-o"
></i>
Collapsed Sidebar
</a>
</li>
</ul>
</li>
<li>
<a
href=
"../widgets.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-green"
>
new
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-pie-chart"
></i>
<span>
Charts
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../charts/chartjs.html"
><i
class=
"fa fa-circle-o"
></i>
ChartJS
</a></li>
<li><a
href=
"../charts/morris.html"
><i
class=
"fa fa-circle-o"
></i>
Morris
</a></li>
<li><a
href=
"../charts/flot.html"
><i
class=
"fa fa-circle-o"
></i>
Flot
</a></li>
<li><a
href=
"../charts/inline.html"
><i
class=
"fa fa-circle-o"
></i>
Inline charts
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<span>
UI Elements
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../UI/general.html"
><i
class=
"fa fa-circle-o"
></i>
General
</a></li>
<li><a
href=
"../UI/icons.html"
><i
class=
"fa fa-circle-o"
></i>
Icons
</a></li>
<li><a
href=
"../UI/buttons.html"
><i
class=
"fa fa-circle-o"
></i>
Buttons
</a></li>
<li><a
href=
"../UI/sliders.html"
><i
class=
"fa fa-circle-o"
></i>
Sliders
</a></li>
<li><a
href=
"../UI/timeline.html"
><i
class=
"fa fa-circle-o"
></i>
Timeline
</a></li>
<li><a
href=
"../UI/modals.html"
><i
class=
"fa fa-circle-o"
></i>
Modals
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-edit"
></i>
<span>
Forms
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../forms/general.html"
><i
class=
"fa fa-circle-o"
></i>
General Elements
</a></li>
<li><a
href=
"../forms/advanced.html"
><i
class=
"fa fa-circle-o"
></i>
Advanced Elements
</a></li>
<li><a
href=
"../forms/editors.html"
><i
class=
"fa fa-circle-o"
></i>
Editors
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../tables/simple.html"
><i
class=
"fa fa-circle-o"
></i>
Simple tables
</a></li>
<li><a
href=
"../tables/data.html"
><i
class=
"fa fa-circle-o"
></i>
Data tables
</a></li>
</ul>
</li>
<li>
<a
href=
"../calendar.html"
>
<i
class=
"fa fa-calendar"
></i>
<span>
Calendar
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-red"
>
3
</small>
<small
class=
"label pull-right bg-blue"
>
17
</small>
</span>
</a>
</li>
<li>
<a
href=
"../mailbox/mailbox.html"
>
<i
class=
"fa fa-envelope"
></i>
<span>
Mailbox
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-yellow"
>
12
</small>
<small
class=
"label pull-right bg-green"
>
16
</small>
<small
class=
"label pull-right bg-red"
>
5
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-folder"
></i>
<span>
Examples
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../examples/invoice.html"
><i
class=
"fa fa-circle-o"
></i>
Invoice
</a></li>
<li><a
href=
"../examples/profile.html"
><i
class=
"fa fa-circle-o"
></i>
Profile
</a></li>
<li><a
href=
"../examples/login.html"
><i
class=
"fa fa-circle-o"
></i>
Login
</a></li>
<li><a
href=
"../examples/register.html"
><i
class=
"fa fa-circle-o"
></i>
Register
</a></li>
<li><a
href=
"../examples/lockscreen.html"
><i
class=
"fa fa-circle-o"
></i>
Lockscreen
</a></li>
<li><a
href=
"../examples/404.html"
><i
class=
"fa fa-circle-o"
></i>
404 Error
</a></li>
<li><a
href=
"../examples/500.html"
><i
class=
"fa fa-circle-o"
></i>
500 Error
</a></li>
<li><a
href=
"../examples/blank.html"
><i
class=
"fa fa-circle-o"
></i>
Blank Page
</a></li>
<li><a
href=
"../examples/pace.html"
><i
class=
"fa fa-circle-o"
></i>
Pace Page
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-share"
></i>
<span>
Multilevel
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
</ul>
</li>
<li><a
href=
"../../documentation/index.html"
><i
class=
"fa fa-book"
></i>
<span>
Documentation
</span></a></li>
<li
class=
"header"
>
LABELS
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-red"
></i>
<span>
Important
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-yellow"
></i>
<span>
Warning
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-aqua"
></i>
<span>
Information
</span></a></li>
<li><a
href=
"{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- =============================================== -->
<!-- Content Wrapper. Contains page content -->
...
...
@@ -459,11 +311,11 @@
<td>
{{$kacang->hama}}
</td>
<td>
<form
method=
"POST"
action=
"{{ route('
HalamanMonitori
ng.destroy', $kacang->id) }}"
accept-charset=
"UTF-8"
>
<form
method=
"POST"
action=
"{{ route('
kaca
ng.destroy', $kacang->id) }}"
accept-charset=
"UTF-8"
>
<input
name=
"_method"
type=
"hidden"
value=
"DELETE"
>
<input
name=
"_token"
type=
"hidden"
value=
"{{ csrf_token() }}"
>
<a
href=
"{{route('
HalamanMonitori
ng.edit', $kacang->id)}}"
class=
"btn btn-primary"
>
Edit
</a>
<a
href=
"{{route('
HalamanMonitori
ng.show', $kacang->id)}}"
class=
"btn btn-warning"
>
Lihat
</a>
<a
href=
"{{route('
kaca
ng.edit', $kacang->id)}}"
class=
"btn btn-primary"
>
Edit
</a>
<a
href=
"{{route('
kaca
ng.show', $kacang->id)}}"
class=
"btn btn-warning"
>
Lihat
</a>
<input
type=
"submit"
class=
"btn btn-danger"
onclick=
"return confirm('Anda yakin akan menghapus data ?');"
value=
"Delete"
>
</form>
</td>
...
...
resources/views/Admin/MonitoringKentang/monitoringkentang.blade.php
View file @
bb72b79b
...
...
@@ -32,9 +32,9 @@
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"
../../index2.html
"
class=
"logo"
>
<a
href=
"
{{URL::to('/home')}}
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
kentang
</b></span>
<span
class=
"logo-mini"
><b>
SWISS
</b></span>
<!-- logo for regular state and mobile devices -->
<span
class=
"logo-lg"
><b>
SWISS
</b></span>
</a>
...
...
@@ -213,175 +213,28 @@
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"treeview"
>
<li
class=
"
active
treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Dashboard
</span>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../../index.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v1
</a></li>
<li><a
href=
"../../index2.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v2
</a></li>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li
class=
"active"
><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li
class=
"treeview active"
>
<a
href=
"#"
>
<i
class=
"fa fa-files-o"
></i>
<span>
Layout Options
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
>
4
</span>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"top-nav.html"
><i
class=
"fa fa-circle-o"
></i>
Top Navigation
</a></li>
<li><a
href=
"boxed.html"
><i
class=
"fa fa-circle-o"
></i>
Boxed
</a></li>
<li><a
href=
"fixed.html"
><i
class=
"fa fa-circle-o"
></i>
Fixed
</a></li>
<li
class=
"active"
><a
href=
"collapsed-sidebar.html"
><i
class=
"fa fa-circle-o"
></i>
Collapsed Sidebar
</a>
</li>
</ul>
</li>
<li>
<a
href=
"../widgets.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-green"
>
new
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-pie-chart"
></i>
<span>
Charts
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../charts/chartjs.html"
><i
class=
"fa fa-circle-o"
></i>
ChartJS
</a></li>
<li><a
href=
"../charts/morris.html"
><i
class=
"fa fa-circle-o"
></i>
Morris
</a></li>
<li><a
href=
"../charts/flot.html"
><i
class=
"fa fa-circle-o"
></i>
Flot
</a></li>
<li><a
href=
"../charts/inline.html"
><i
class=
"fa fa-circle-o"
></i>
Inline charts
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<span>
UI Elements
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../UI/general.html"
><i
class=
"fa fa-circle-o"
></i>
General
</a></li>
<li><a
href=
"../UI/icons.html"
><i
class=
"fa fa-circle-o"
></i>
Icons
</a></li>
<li><a
href=
"../UI/buttons.html"
><i
class=
"fa fa-circle-o"
></i>
Buttons
</a></li>
<li><a
href=
"../UI/sliders.html"
><i
class=
"fa fa-circle-o"
></i>
Sliders
</a></li>
<li><a
href=
"../UI/timeline.html"
><i
class=
"fa fa-circle-o"
></i>
Timeline
</a></li>
<li><a
href=
"../UI/modals.html"
><i
class=
"fa fa-circle-o"
></i>
Modals
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-edit"
></i>
<span>
Forms
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../forms/general.html"
><i
class=
"fa fa-circle-o"
></i>
General Elements
</a></li>
<li><a
href=
"../forms/advanced.html"
><i
class=
"fa fa-circle-o"
></i>
Advanced Elements
</a></li>
<li><a
href=
"../forms/editors.html"
><i
class=
"fa fa-circle-o"
></i>
Editors
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../tables/simple.html"
><i
class=
"fa fa-circle-o"
></i>
Simple tables
</a></li>
<li><a
href=
"../tables/data.html"
><i
class=
"fa fa-circle-o"
></i>
Data tables
</a></li>
</ul>
</li>
<li>
<a
href=
"../calendar.html"
>
<i
class=
"fa fa-calendar"
></i>
<span>
Calendar
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-red"
>
3
</small>
<small
class=
"label pull-right bg-blue"
>
17
</small>
</span>
</a>
</li>
<li>
<a
href=
"../mailbox/mailbox.html"
>
<i
class=
"fa fa-envelope"
></i>
<span>
Mailbox
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-yellow"
>
12
</small>
<small
class=
"label pull-right bg-green"
>
16
</small>
<small
class=
"label pull-right bg-red"
>
5
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-folder"
></i>
<span>
Examples
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../examples/invoice.html"
><i
class=
"fa fa-circle-o"
></i>
Invoice
</a></li>
<li><a
href=
"../examples/profile.html"
><i
class=
"fa fa-circle-o"
></i>
Profile
</a></li>
<li><a
href=
"../examples/login.html"
><i
class=
"fa fa-circle-o"
></i>
Login
</a></li>
<li><a
href=
"../examples/register.html"
><i
class=
"fa fa-circle-o"
></i>
Register
</a></li>
<li><a
href=
"../examples/lockscreen.html"
><i
class=
"fa fa-circle-o"
></i>
Lockscreen
</a></li>
<li><a
href=
"../examples/404.html"
><i
class=
"fa fa-circle-o"
></i>
404 Error
</a></li>
<li><a
href=
"../examples/500.html"
><i
class=
"fa fa-circle-o"
></i>
500 Error
</a></li>
<li><a
href=
"../examples/blank.html"
><i
class=
"fa fa-circle-o"
></i>
Blank Page
</a></li>
<li><a
href=
"../examples/pace.html"
><i
class=
"fa fa-circle-o"
></i>
Pace Page
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-share"
></i>
<span>
Multilevel
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
</ul>
</li>
<li><a
href=
"../../documentation/index.html"
><i
class=
"fa fa-book"
></i>
<span>
Documentation
</span></a></li>
<li
class=
"header"
>
LABELS
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-red"
></i>
<span>
Important
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-yellow"
></i>
<span>
Warning
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-aqua"
></i>
<span>
Information
</span></a></li>
<li><a
href=
"{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
...
...
@@ -459,11 +312,11 @@
<td>
{{$kentang->hama}}
</td>
<td>
<form
method=
"POST"
action=
"{{ route('
HalamanMonitori
ng.destroy', $kentang->id) }}"
accept-charset=
"UTF-8"
>
<form
method=
"POST"
action=
"{{ route('
kenta
ng.destroy', $kentang->id) }}"
accept-charset=
"UTF-8"
>
<input
name=
"_method"
type=
"hidden"
value=
"DELETE"
>
<input
name=
"_token"
type=
"hidden"
value=
"{{ csrf_token() }}"
>
<a
href=
"{{route('
HalamanMonitori
ng.edit', $kentang->id)}}"
class=
"btn btn-primary"
>
Edit
</a>
<a
href=
"{{route('
HalamanMonitori
ng.show', $kentang->id)}}"
class=
"btn btn-warning"
>
Lihat
</a>
<a
href=
"{{route('
kenta
ng.edit', $kentang->id)}}"
class=
"btn btn-primary"
>
Edit
</a>
<a
href=
"{{route('
kenta
ng.show', $kentang->id)}}"
class=
"btn btn-warning"
>
Lihat
</a>
<input
type=
"submit"
class=
"btn btn-danger"
onclick=
"return confirm('Anda yakin akan menghapus data ?');"
value=
"Delete"
>
</form>
</td>
...
...
resources/views/Admin/MonitoringUbi/edit.blade.php
View file @
bb72b79b
...
...
@@ -438,7 +438,8 @@
<input
name=
"_method"
type=
"hidden"
value=
"PATCH"
>
{{csrf_field()}}
<div
class=
"form-group{{ $errors->has('foto') ? ' has-error' : '' }}"
>
<input
type=
"text"
name=
"foto"
class=
"form-control"
placeholder=
"Upload Foto"
value=
"{{$ubis->foto}}"
>
<img
src=
"http://placehold.it/100x100"
id=
"showimages"
style=
"max-width:200px;max-height:200px;float:left;"
/>
<input
type=
"file"
id=
"inputimages"
name=
"foto"
>
{!! $errors->first('foto', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('nama') ? ' has-error' : '' }}"
>
...
...
resources/views/Admin/MonitoringUbi/lihat.blade.php
View file @
bb72b79b
...
...
@@ -399,7 +399,7 @@
<ol
class=
"breadcrumb"
>
<li><a
href=
"#"
><i
class=
"fa fa-dashboard"
></i>
Home
</a></li>
<li><a
href=
"#"
>
Layout
</a></li>
<li
class=
"active"
>
ubi mayur
</li>
<li
class=
"active"
>
Ubi
</li>
</ol>
</section>
...
...
@@ -437,8 +437,8 @@
{{csrf_field()}}
<div
class=
"form-group{{ $errors->has('foto') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Foto
</label>
<label
class=
"control-label"
>
<img
src=
"
<?php
echo
asset
(
"image/
$ubis->foto
"
)
?>
"
style=
"max-height:40px; max-width:40px; margin-top:10px; "
>
</img>
</label>
{!! $errors->first('f
amily
', '
<p
class=
"help-block"
>
:message
</p>
') !!}
<label
class=
"control-label"
>
:
<td><img
src=
"
<?php
echo
asset
(
"image/
$ubis->foto
"
)
?>
"
style=
"max-height:40px; max-width: 40px; margin-top:10px;"
/>
</img>
</td>
</label>
{!! $errors->first('f
oto
', '
<p
class=
"help-block"
>
:message
</p>
') !!}
</div>
<div
class=
"form-group{{ $errors->has('nama') ? ' has-error' : '' }}"
>
<label
class=
"col-sm-2 control-label"
>
Nama
</label>
...
...
resources/views/Admin/MonitoringUbi/monitoringubi.blade.php
View file @
bb72b79b
...
...
@@ -32,7 +32,7 @@
<header
class=
"main-header"
>
<!-- Logo -->
<a
href=
"
../../index2.html
"
class=
"logo"
>
<a
href=
"
{{URL::to('/home')}}
"
class=
"logo"
>
<!-- mini logo for sidebar mini 50x50 pixels -->
<span
class=
"logo-mini"
><b>
ubi
</b></span>
<!-- logo for regular state and mobile devices -->
...
...
@@ -213,180 +213,32 @@
<!-- sidebar menu: : style can be found in sidebar.less -->
<ul
class=
"sidebar-menu"
>
<li
class=
"header"
>
MAIN NAVIGATION
</li>
<li
class=
"treeview"
>
<li
class=
"
active
treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-dashboard"
></i>
<span>
Dashboard
</span>
<i
class=
"fa fa-dashboard"
></i>
<span>
Tanaman
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../../index.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v1
</a></li>
<li><a
href=
"../../index2.html"
><i
class=
"fa fa-circle-o"
></i>
Dashboard v2
</a></li>
<li><a
href=
"{{URL::to('/HalamanMonitoring')}}"
><i
class=
"fa fa-circle-o"
></i>
Sayur
</a></li>
<li><a
href=
"{{URL::to('/cabe')}}"
><i
class=
"fa fa-circle-o"
></i>
Cabai
</a></li>
<li
class=
"active"
><a
href=
"{{URL::to('/ubi')}}"
><i
class=
"fa fa-circle-o"
></i>
Ubi
</a></li>
<li><a
href=
"{{URL::to('/tomat')}}"
><i
class=
"fa fa-circle-o"
></i>
Tomat
</a></li>
<li><a
href=
"{{URL::to('/andaliman')}}"
><i
class=
"fa fa-circle-o"
></i>
Andaliman
</a></li>
<li><a
href=
"{{URL::to('/jagung')}}"
><i
class=
"fa fa-circle-o"
></i>
Jagung
</a></li>
<li><a
href=
"{{URL::to('/kentang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kentang
</a></li>
<li><a
href=
"{{URL::to('/kacang')}}"
><i
class=
"fa fa-circle-o"
></i>
Kacang
</a></li>
</ul>
</li>
<li
class=
"treeview active"
>
<a
href=
"#"
>
<i
class=
"fa fa-files-o"
></i>
<span>
Layout Options
</span>
<span
class=
"pull-right-container"
>
<span
class=
"label label-primary pull-right"
>
4
</span>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"top-nav.html"
><i
class=
"fa fa-circle-o"
></i>
Top Navigation
</a></li>
<li><a
href=
"boxed.html"
><i
class=
"fa fa-circle-o"
></i>
Boxed
</a></li>
<li><a
href=
"fixed.html"
><i
class=
"fa fa-circle-o"
></i>
Fixed
</a></li>
<li
class=
"active"
><a
href=
"collapsed-sidebar.html"
><i
class=
"fa fa-circle-o"
></i>
Collapsed Sidebar
</a>
</li>
</ul>
</li>
<li>
<a
href=
"../widgets.html"
>
<i
class=
"fa fa-th"
></i>
<span>
Widgets
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-green"
>
new
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-pie-chart"
></i>
<span>
Charts
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../charts/chartjs.html"
><i
class=
"fa fa-circle-o"
></i>
ChartJS
</a></li>
<li><a
href=
"../charts/morris.html"
><i
class=
"fa fa-circle-o"
></i>
Morris
</a></li>
<li><a
href=
"../charts/flot.html"
><i
class=
"fa fa-circle-o"
></i>
Flot
</a></li>
<li><a
href=
"../charts/inline.html"
><i
class=
"fa fa-circle-o"
></i>
Inline charts
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-laptop"
></i>
<span>
UI Elements
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../UI/general.html"
><i
class=
"fa fa-circle-o"
></i>
General
</a></li>
<li><a
href=
"../UI/icons.html"
><i
class=
"fa fa-circle-o"
></i>
Icons
</a></li>
<li><a
href=
"../UI/buttons.html"
><i
class=
"fa fa-circle-o"
></i>
Buttons
</a></li>
<li><a
href=
"../UI/sliders.html"
><i
class=
"fa fa-circle-o"
></i>
Sliders
</a></li>
<li><a
href=
"../UI/timeline.html"
><i
class=
"fa fa-circle-o"
></i>
Timeline
</a></li>
<li><a
href=
"../UI/modals.html"
><i
class=
"fa fa-circle-o"
></i>
Modals
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-edit"
></i>
<span>
Forms
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../forms/general.html"
><i
class=
"fa fa-circle-o"
></i>
General Elements
</a></li>
<li><a
href=
"../forms/advanced.html"
><i
class=
"fa fa-circle-o"
></i>
Advanced Elements
</a></li>
<li><a
href=
"../forms/editors.html"
><i
class=
"fa fa-circle-o"
></i>
Editors
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-table"
></i>
<span>
Tables
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../tables/simple.html"
><i
class=
"fa fa-circle-o"
></i>
Simple tables
</a></li>
<li><a
href=
"../tables/data.html"
><i
class=
"fa fa-circle-o"
></i>
Data tables
</a></li>
</ul>
</li>
<li>
<a
href=
"../calendar.html"
>
<i
class=
"fa fa-calendar"
></i>
<span>
Calendar
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-red"
>
3
</small>
<small
class=
"label pull-right bg-blue"
>
17
</small>
</span>
</a>
</li>
<li>
<a
href=
"../mailbox/mailbox.html"
>
<i
class=
"fa fa-envelope"
></i>
<span>
Mailbox
</span>
<span
class=
"pull-right-container"
>
<small
class=
"label pull-right bg-yellow"
>
12
</small>
<small
class=
"label pull-right bg-green"
>
16
</small>
<small
class=
"label pull-right bg-red"
>
5
</small>
</span>
</a>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-folder"
></i>
<span>
Examples
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"../examples/invoice.html"
><i
class=
"fa fa-circle-o"
></i>
Invoice
</a></li>
<li><a
href=
"../examples/profile.html"
><i
class=
"fa fa-circle-o"
></i>
Profile
</a></li>
<li><a
href=
"../examples/login.html"
><i
class=
"fa fa-circle-o"
></i>
Login
</a></li>
<li><a
href=
"../examples/register.html"
><i
class=
"fa fa-circle-o"
></i>
Register
</a></li>
<li><a
href=
"../examples/lockscreen.html"
><i
class=
"fa fa-circle-o"
></i>
Lockscreen
</a></li>
<li><a
href=
"../examples/404.html"
><i
class=
"fa fa-circle-o"
></i>
404 Error
</a></li>
<li><a
href=
"../examples/500.html"
><i
class=
"fa fa-circle-o"
></i>
500 Error
</a></li>
<li><a
href=
"../examples/blank.html"
><i
class=
"fa fa-circle-o"
></i>
Blank Page
</a></li>
<li><a
href=
"../examples/pace.html"
><i
class=
"fa fa-circle-o"
></i>
Pace Page
</a></li>
</ul>
</li>
<li
class=
"treeview"
>
<a
href=
"#"
>
<i
class=
"fa fa-share"
></i>
<span>
Multilevel
</span>
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
</a></li>
<li>
<a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Two
<span
class=
"pull-right-container"
>
<i
class=
"fa fa-angle-left pull-right"
></i>
</span>
</a>
<ul
class=
"treeview-menu"
>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level Three
</a></li>
</ul>
</li>
</ul>
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o"
></i>
Level One
</a></li>
</ul>
</li>
<li><a
href=
"../../documentation/index.html"
><i
class=
"fa fa-book"
></i>
<span>
Documentation
</span></a></li>
<li
class=
"header"
>
LABELS
</li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-red"
></i>
<span>
Important
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-yellow"
></i>
<span>
Warning
</span></a></li>
<li><a
href=
"#"
><i
class=
"fa fa-circle-o text-aqua"
></i>
<span>
Information
</span></a></li>
<li><a
href=
"{{URL::to("
/
pengunjung
")}}"
><i
class=
"fa fa-user-circle"
></i>
<span>
Pengunjung
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-eye"
></i>
<span>
Monitoring Kebun
</span></a></li>
<li><a
href=
"documentation/index.html"
><i
class=
"fa fa-hourglass-end"
></i>
<span>
Penyiraman
</span></a></li>
</ul>
</section>
<!-- /.sidebar -->
</aside>
<!-- =============================================== -->
<!-- Content Wrapper. Contains page content -->
...
...
@@ -459,11 +311,11 @@
<td>
{{$ubi->hama}}
</td>
<td>
<form
method=
"POST"
action=
"{{ route('
HalamanMonitoring
.destroy', $ubi->id) }}"
accept-charset=
"UTF-8"
>
<form
method=
"POST"
action=
"{{ route('
ubi
.destroy', $ubi->id) }}"
accept-charset=
"UTF-8"
>
<input
name=
"_method"
type=
"hidden"
value=
"DELETE"
>
<input
name=
"_token"
type=
"hidden"
value=
"{{ csrf_token() }}"
>
<a
href=
"{{route('
HalamanMonitoring
.edit', $ubi->id)}}"
class=
"btn btn-primary"
>
Edit
</a>
<a
href=
"{{route('
HalamanMonitoring
.show', $ubi->id)}}"
class=
"btn btn-warning"
>
Lihat
</a>
<a
href=
"{{route('
ubi
.edit', $ubi->id)}}"
class=
"btn btn-primary"
>
Edit
</a>
<a
href=
"{{route('
ubi
.show', $ubi->id)}}"
class=
"btn btn-warning"
>
Lihat
</a>
<input
type=
"submit"
class=
"btn btn-danger"
onclick=
"return confirm('Anda yakin akan menghapus data ?');"
value=
"Delete"
>
</form>
</td>
...
...
resources/views/Costumer/HalamanUser/index.blade.php
View file @
bb72b79b
...
...
@@ -389,7 +389,7 @@
<div
class=
"card"
>
<div
class=
"content table-responsive table-full-width"
>
<ul>
Selamat Datang di
MEdan
,Terimakasih telah berkunjung
Selamat Datang di
Aplikasi SWISS
,Terimakasih telah berkunjung
</ul>
</div>
</div>
...
...
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