@vite(['resources/css/app.css', 'resources/js/app.js']) @livewireStyles @include('sections.theme_style', [ 'baseColor' => $globalSetting->theme_rgb, 'baseColorHex' => $globalSetting->theme_hex, ]) {{-- Include file for widgets if exist --}} @includeIf('sections.custom_script_admin')