© 2026 Hedgehog Software, LLC
Tables\Columns\TextColumn::make('country') ->getStateUsing(fn ($record): ?string => Country::find($record->addresses->first()?->country)?->name ?? null)