diff --git a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php index 56693aa..e2e9eac 100644 --- a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php @@ -1,6 +1,6 @@ - {{ config('app.name') }} - @yield('htmlheader_title', 'Your title here') + {{ config('app.name') }} - @yield('htmlheader_title', 'Your title here') diff --git a/resources/themes/adminlte/views/layouts/partials/mainheader.blade.php b/resources/themes/adminlte/views/layouts/partials/mainheader.blade.php index 363b183..58b6220 100644 --- a/resources/themes/adminlte/views/layouts/partials/mainheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/mainheader.blade.php @@ -42,6 +42,9 @@ @endif + + @include('adminlte::layouts.partials.topmenu') +