@props([
    'heading' => null,
    'description' => null,
    'icon' => null,
    'iconColor' => 'gray',
])
     'fi-color-gray bg-gray-50 text-gray-700 dark:bg-gray-900 dark:text-gray-500',
                default => 'fi-color-custom bg-custom-50 text-custom-700 dark:bg-custom-950 dark:text-custom-500',
            },
        ])
        @style([
            \Filament\Support\get_color_css_variables(
                $iconColor,
                shades: [50, 500, 700, 950],
            ) => $iconColor !== 'gray',
        ])
    >
        
    
    
        
            {{ $heading }}
        
        
            {{ $description }}