Added partial.topmenu

This commit is contained in:
Deon George 2018-05-08 15:13:31 +10:00
parent c7f970c475
commit eb6ebd635e
No known key found for this signature in database
GPG Key ID: 7670E8DC27415254
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<head>
<meta charset="UTF-8">
<title>{{ config('app.name') }} - @yield('htmlheader_title', 'Your title here') </title>
<title>{{ config('app.name') }} - @yield('htmlheader_title', 'Your title here')</title>
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">

View File

@ -42,6 +42,9 @@
</li>
@endif
<!-- Top Menu Items -->
@include('adminlte::layouts.partials.topmenu')
<li class="dropdown user user-menu" id="user_menu">
<!-- Menu Toggle Button -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown">