Added partial.topmenu
This commit is contained in:
parent
c7f970c475
commit
eb6ebd635e
@ -1,6 +1,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<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'>
|
<meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'>
|
||||||
<!-- CSRF Token -->
|
<!-- CSRF Token -->
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
|
@ -42,6 +42,9 @@
|
|||||||
</li>
|
</li>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
<!-- Top Menu Items -->
|
||||||
|
@include('adminlte::layouts.partials.topmenu')
|
||||||
|
|
||||||
<li class="dropdown user user-menu" id="user_menu">
|
<li class="dropdown user user-menu" id="user_menu">
|
||||||
<!-- Menu Toggle Button -->
|
<!-- Menu Toggle Button -->
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
||||||
|
Loading…
Reference in New Issue
Block a user