aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources/views/admin/overview.blade.php
diff options
context:
space:
mode:
authorMarvin Borner2018-07-13 19:06:45 +0200
committerMarvin Borner2018-07-13 19:06:45 +0200
commit6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 (patch)
treedbc87ef16fa01d5d99116de283592b8fe5e02944 /resources/views/admin/overview.blade.php
parentdfd839f27146df0ad0494e11734fc7d310c70ebf (diff)
Fixed many permissions and began admin interface
Diffstat (limited to 'resources/views/admin/overview.blade.php')
-rwxr-xr-xresources/views/admin/overview.blade.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/views/admin/overview.blade.php b/resources/views/admin/overview.blade.php
new file mode 100755
index 0000000..d97059e
--- /dev/null
+++ b/resources/views/admin/overview.blade.php
@@ -0,0 +1,19 @@
+@extends('admin.layouts.app')
+
+@section('content')
+{{ $user }}
+@endsection
+
+@section('content-header')
+<h1>
+ Overview
+ <small>Overview of all data</small>
+</h1>
+<ol class="breadcrumb">
+ <li>
+ <a href="#">
+ <i class="fa fa-dashboard"></i> Administration</a>
+ </li>
+ <li class="active">Overview</li>
+</ol>
+@endsection \ No newline at end of file