diff --git a/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php b/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php index 1c4be1a..f8d77d8 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 @@ --}} - @css('css/components.css') - @css('css/style.css') - @css('css/style-responsive.css') - @css('css/themes/blue.css') + @asset('css/components.css') + @asset('css/style.css') + @asset('css/style-responsive.css') + @asset('css/themes/blue.css') @@ -32,10 +32,10 @@ - @css('css/custom.css') + @asset('css/custom.css') {!! Asset::styles() !!} @yield('page-styles') - \ No newline at end of file +