[ 'label' => __( 'LMS', 'subscription' ), 'bg' => '#ede9fe', 'color' => '#6d28d9', ], 'crm' => [ 'label' => __( 'CRM', 'subscription' ), 'bg' => '#fce7f3', 'color' => '#9d174d', ], 'automation' => [ 'label' => __( 'Automation', 'subscription' ), 'bg' => '#e0f2fe', 'color' => '#0369a1', ], 'email' => [ 'label' => __( 'Email', 'subscription' ), 'bg' => '#dcfce7', 'color' => '#166534', ], 'license' => [ 'label' => __( 'License', 'subscription' ), 'bg' => '#fef3c7', 'color' => '#92400e', ], ]; ?>

$category, 'bg' => '#f1f5f9', 'color' => '#475569', ]; $status_dot = $is_active ? '#16a34a' : '#9ca3af'; $status_text = $is_active ? __( 'Active', 'subscription' ) : __( 'Not Installed', 'subscription' ); ?>