diff --git a/resources/themes/adminlte/views/layouts/app.blade.php b/resources/themes/adminlte/views/layouts/app.blade.php index caa4a35..00e62f4 100644 --- a/resources/themes/adminlte/views/layouts/app.blade.php +++ b/resources/themes/adminlte/views/layouts/app.blade.php @@ -13,7 +13,8 @@
- + + @yield('page-form-start') @include('adminlte::layouts.partials.contentheader') @@ -24,6 +25,7 @@
+ @yield('page-form-end') @isset($controlsidebar) diff --git a/resources/themes/adminlte/views/layouts/partials/contentheader.blade.php b/resources/themes/adminlte/views/layouts/partials/contentheader.blade.php index 9c47938..979f0f5 100644 --- a/resources/themes/adminlte/views/layouts/partials/contentheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/contentheader.blade.php @@ -2,12 +2,12 @@
-
+

@yield('contentheader_title', 'Content Title')

@yield('contentheader_description','Description')
-
+
@else - + @endif diff --git a/resources/themes/adminlte/views/layouts/partials/scripts.blade.php b/resources/themes/adminlte/views/layouts/partials/scripts.blade.php index cdecab5..17ff101 100644 --- a/resources/themes/adminlte/views/layouts/partials/scripts.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/scripts.blade.php @@ -70,4 +70,9 @@ } } }); - \ No newline at end of file + + +@if(file_exists('js/custom.js')) + + +@endif \ No newline at end of file diff --git a/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php b/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php index 48589d9..6d17984 100644 --- a/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php @@ -14,13 +14,13 @@ @if($user->exists) User @else - + @endif