@php
$colors = [
['theme_primary', t('اللون الرئيسي','Primary Color'), t('يُستخدم في الأزرار والروابط والعناصر الرئيسية','Used in buttons, links and main elements')],
['theme_primary_dark', t('اللون الرئيسي الداكن','Primary Dark'), t('لحالات الـ hover','For hover states')],
['theme_accent', t('اللون المميز (Accent)','Accent Color'), t('للعناصر الثانوية والتأثيرات','For secondary elements and effects')],
['theme_success', t('لون النجاح','Success Color'), t('للرسائل والشارات الإيجابية','For positive messages and badges')],
['theme_danger', t('لون الخطأ','Danger Color'), t('للرسائل والتحذيرات','For errors and warnings')],
];
@endphp
@foreach($colors as [$key, $label, $desc])
@endforeach
{{-- Live Preview --}}
👁️ {{ t('معاينة مباشرة','Live Preview') }}
✅ {{ t('شارة نجاح','Success Badge') }}
❌ {{ t('شارة خطأ','Error Badge') }}