@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')
{{ $slot }}
@livewireScripts @include('layouts.update-uri') @if (global_setting()->is_pwa_install_alert_show == 1) @endif