@php use App\Services\ThemeColorService; $primaryColor = config('settings.theme_primary_color', '#635bff'); $secondaryColor = config('settings.theme_secondary_color', '#1f2937'); $primaryPalette = ThemeColorService::generateColorPalette($primaryColor); @endphp