{{-- $values: one product option's de-duplicated, ordered values, as built by ProductController::buildOptionPicker() — [{id, label, hex}]. Use this instead of for options that aren't a color (no hex), where a swatch dot has nothing meaningful to show. --}} @props(['values', 'option' => null, 'optionHandle' => null])
@if($option)

{{ $option }}

@endif
@foreach($values as $value) {{ $value['label'] }} @endforeach