@foreach($option->values as $value) required) ? 'required' : '' }} type="text" class="form-control" name="options[{{ $option->id }}][values]" id="option-{{ $option->id }}-value-{{ Str::slug($option->values[0]['option_value']) }}"> @endforeach