protected function getStats(): array
{
return [
Stat::make('Subscribers', $this->count)
->chart($this->data)
->color('success'),
];
}
protected function getStats(): array
{
return [
Stat::make('Subscribers', $this->count)
->chart($this->data)
->color('success'),
];
}