@livewire('hub.components.product-options.option-value-create-modal')
@foreach($options as $key => $option)
{{ $option->translate('name') }}
@foreach($option->values as $value) @endforeach
@endforeach