From 8960bce379d025904361444b00d40970d9a94f48 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Sun, 15 Jul 2018 16:08:38 +0200
Subject: Reworked admin interface
---
resources/views/admin/dashboard.blade.php | 388 ++++++++++++++++++++++++++++++
1 file changed, 388 insertions(+)
create mode 100755 resources/views/admin/dashboard.blade.php
(limited to 'resources/views/admin/dashboard.blade.php')
diff --git a/resources/views/admin/dashboard.blade.php b/resources/views/admin/dashboard.blade.php
new file mode 100755
index 0000000..b271a2d
--- /dev/null
+++ b/resources/views/admin/dashboard.blade.php
@@ -0,0 +1,388 @@
+@extends('admin.layouts.app')
+@section('content_header')
+
+ Dashboard
+ Version 2.0
+
+
+ - Home
+ - Dashboard
+
+@endsection
+
+@section('content')
+
+
+
+
+
+
+
+ CPU Traffic
+ {{ $cpu_load }}%
+
+
+
+
+
+
+
+
+
+
+
+ Likes
+ 41,410
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sales
+ 760
+
+
+
+
+
+
+
+
+
+
+
+ New Members
+ 2,000
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Sales: 1 Jan, 2014 - 30 Jul, 2014
+
+
+
+
+
+
+
+
+
+
+
+ Goal Completion
+
+
+
+
Add Products to Cart
+
160/200
+
+
+
+
+
+
Complete Purchase
+
310/400
+
+
+
+
+
+
Visit Premium Page
+
480/800
+
+
+
+
+
+
Send Inquiries
+
250/500
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
90,70,90,70,75,80,70
+
+
Visits
+
+
+
+
90,50,90,70,61,83,63
+
+
Referrals
+
+
+
+
90,50,90,70,61,83,63
+
+
Organic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Inventory
+
5,200
+
+
+
+ 50% Increase in 30 Days
+
+
+
+
+
+
+
+
+
+
Mentions
+
92,050
+
+
+
+ 20% Increase in 30 Days
+
+
+
+
+
+
+
+
+
+
Downloads
+
114,381
+
+
+
+ 70% Increase in 30 Days
+
+
+
+
+
+
+
+
+
+
Direct Messages
+
163,921
+
+
+
+ 40% Increase in 30 Days
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ - Chrome
+ - IE
+ - FireFox
+ - Safari
+ - Opera
+ - Navigator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@endsection
\ No newline at end of file
--
cgit v1.2.3