@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build') @if(setting('button_enabled') == '1') @endif
{{-- Toolbar --}} {{-- Nitro Client --}} @php $nitroUrl = sprintf('%s/index.html?sso=%s', setting('nitro_path'), $sso); $toolbarParams = []; // Toolbar with fallback to button colors (don't URL encode - # is valid in URLs) $toolbarParams[] = 'toolbar_primary=' . (setting('toolbar_primary_color') ?: setting('button_primary_color', '#eeb425')); $toolbarParams[] = 'toolbar_hover=' . (setting('toolbar_hover_color') ?: setting('button_hover_color', '#cf9d15')); $toolbarParams[] = 'toolbar_border=' . (setting('toolbar_border_color') ?: setting('button_border_color', '#cf9d15')); $toolbarParams[] = 'toolbar_text=' . (setting('toolbar_text_color') ?: setting('button_text_color', '#1a1a2e')); if(count($toolbarParams)) $nitroUrl .= '&' . implode('&', $toolbarParams); @endphp {{-- Client Loading Overlay --}} @if($loginData) @php $cmsLogo = setting('cms_logo'); $anim = $loginData['animation']; @endphp @endif {{-- Disconnected Message --}}