{{-- resources/views/components/stats-card.blade.php --}} @props([ // أيقونة FontAwesome، مثال: "fas fa-users" 'icon', // عنوان البطاقة 'title', // وصف البطاقة 'description', // القيمة المراد عرضها 'value', // لون البطاقة: primary, success, info, warning, danger (افتراضي 'primary') 'color' => 'primary', ])