Tables\Columns\TextColumn::make('symptomLogs.symptom.name')
->badge()
->color(fn (string $state): string => Symptom::where('name',$state)->first()->color)
->sortable(),
Tables\Columns\TextColumn::make('symptomLogs.symptom.name')
->badge()
->color(fn (string $state): string => Symptom::where('name',$state)->first()->color)
->sortable(),