Stat::make('Number of workers', Company::find(Filament::getTenant())->first()->companyStuffs->count())
->chart([0 , 0.5, 1, 1.5])
->color('success'),
Stat::make('Number of workers', Company::find(Filament::getTenant())->first()->companyStuffs->count())
->chart([0 , 0.5, 1, 1.5])
->color('success'),