diff --git a/resources/themes/adminlte/views/auth/partials/scripts.blade.php b/resources/themes/adminlte/views/auth/partials/scripts.blade.php index b54ad97..80318ad 100644 --- a/resources/themes/adminlte/views/auth/partials/scripts.blade.php +++ b/resources/themes/adminlte/views/auth/partials/scripts.blade.php @@ -1,21 +1,8 @@ - - + + - - - - - - + @if(file_exists('js/custom-auth.js')) diff --git a/resources/themes/adminlte/views/layouts/auth.blade.php b/resources/themes/adminlte/views/layouts/auth.blade.php index 8792e04..c3bf5de 100644 --- a/resources/themes/adminlte/views/layouts/auth.blade.php +++ b/resources/themes/adminlte/views/layouts/auth.blade.php @@ -4,7 +4,7 @@ @include('adminlte::layouts.partials.htmlheader') - + @show @@ -14,6 +14,19 @@ @section('scripts') @include('adminlte::auth.partials.scripts') + + + + + @show \ No newline at end of file diff --git a/resources/themes/adminlte/views/layouts/partials/footer.blade.php b/resources/themes/adminlte/views/layouts/partials/footer.blade.php index 728092a..1601245 100644 --- a/resources/themes/adminlte/views/layouts/partials/footer.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/footer.blade.php @@ -6,5 +6,5 @@ - Copyright © 2014-2018 © Leenooks. All rights reserved. + Copyright © 2014-{{ \Carbon\Carbon::now()->year }} © Leenooks. All rights reserved. \ No newline at end of file diff --git a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php index f4b267b..88ff8d3 100644 --- a/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/htmlheader.blade.php @@ -6,27 +6,27 @@ - + - + {{-- - + --}} - + @if(file_exists('css/social.css')) - + @endif @if(file_exists('css/print.css')) - + @endif {{-- @@ -41,13 +41,15 @@ {!! Asset::styles() !!} + @yield('page-styles') + @if(file_exists('css/fixes.css')) - + @endif @if(file_exists('css/custom.css')) - + @endif diff --git a/resources/themes/adminlte/views/layouts/partials/scripts.blade.php b/resources/themes/adminlte/views/layouts/partials/scripts.blade.php index 4b8405b..daba0ee 100644 --- a/resources/themes/adminlte/views/layouts/partials/scripts.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/scripts.blade.php @@ -1,10 +1,10 @@ - - - + + + - + diff --git a/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php b/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php index 7b9ec5a..49362b3 100644 --- a/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php +++ b/resources/themes/adminlte/views/layouts/partials/sidebar.blade.php @@ -2,7 +2,7 @@