diff --git a/resources/views/themes/admin/baseadminpage.tpl b/resources/views/themes/admin/baseadminpage.tpl index 3d95b9781..62116804d 100644 --- a/resources/views/themes/admin/baseadminpage.tpl +++ b/resources/views/themes/admin/baseadminpage.tpl @@ -1,76 +1,343 @@ - + - - - - + + + + + {$meta_title}{if $meta_title != "" && $site->metatitle != ""} - {/if}{$site->metatitle} + {{Html::style("{{asset('/assets/css/all-css.css')}}")}} + - {$meta_title}{if $meta_title != "" && $site->metatitle != ""} - {/if}{$site->metatitle} + +
+
+ +
+
+ + + +
- {{Html::style("{{asset("/assets/css/all-css.css")}}")}} + + {if Auth::check()} +
+
+ Admin Profile +
+
+ Welcome, +

{{Auth::user()->username}}

+
+
+ {/if} + +
- - -
-
-
-
- -
-
- - {$admin_menu} - -
-
- -
- -
- + + {$admin_menu} + +
+
- -
-
-
-
- {$notification} - {$content} -
-
-
- -
- -
-
- + +
+ +
+ -
- -
+ +
+
+
+
+ {$notification} +
+
+ {$content} +
+
+
+
+
+
+ -
+ + + +
+
-{{Html::script("{{asset("/assets/js/all-js.js")}}")}} + + {{Html::script("{{asset("/assets/js/all-js.js")}}")}} - + {{Form::open(['id' => 'frm-logout', 'route' => 'logout'])}} + {{Form::close()}} - + + + + +