diff --git a/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php b/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php index f8d77d8..29cadab 100644 --- a/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php @@ -14,10 +14,10 @@ --}} - @asset('css/components.css') - @asset('css/style.css') - @asset('css/style-responsive.css') - @asset('css/themes/blue.css') + {{ Asset::add('components-css','/css/components.css') }} + {{ Asset::add('style-css','/css/style.css') }} + {{ Asset::add('style-responsive-css','/css/style-responsive.css') }} + {{ Asset::add('theme-blue-css','/css/themes/blue.css') }} @@ -32,10 +32,10 @@ - @asset('css/custom.css') + {{ Asset::add('custom-css','/css/custom.css') }} {!! Asset::styles() !!} @yield('page-styles') - + \ No newline at end of file