@props(['classes' => '']) @php $style = cache()->remember('radio_style_value', 300, fn() => \App\Models\Miscellaneous\WebsiteSetting::where('key', 'radio_style')->value('value')) ?? 'dark'; $bgColor = match($style) { 'light' => 'bg-white/90', 'blue' => 'bg-blue-900/90', default => 'bg-black/90', }; $textColor = match($style) { 'light' => 'text-gray-900', default => 'text-white', }; $accentColor = match($style) { 'light' => 'text-blue-600', 'blue' => 'text-yellow-400', default => 'text-[var(--color-primary)]', }; @endphp
Radio Laden...
Laden...
👥 --