Tables\Columns\TextColumn::make('skus.price')
->label('Price')
->listWithLineBreaks()
->formatStateUsing(function ($state, $record) {
\Log::info('Current record:', [$record]);
return $state;
}),
Tables\Columns\TextColumn::make('skus.price')
->label('Price')
->listWithLineBreaks()
->formatStateUsing(function ($state, $record) {
\Log::info('Current record:', [$record]);
return $state;
}),