diff --git a/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php b/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php index 59c5484..7c2fbe8 100644 --- a/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php +++ b/resources/themes/metronic/views/layouts/partials/htmlheader.blade.php @@ -14,12 +14,10 @@ --}} - @php - 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'); - @endphp + @themecss('/css/components.css','components-css') + @themecss('/css/style.css','style-css') + @themecss('/css/style-responsive.css','style-responsive-css') + @themecss('/css/themes/blue.css','theme-blue-css')