© 2026 Hedgehog Software, LLC
SelectColumn::make('car_color') ->label('Colors') ->options(CarColors::class) ->sortable() ->visible(function (Car $record) { dd($record); }),