@if($product->has_configurable_options)
Personnalisation @if($product->has_paid_options) Suppléments disponibles @endif
@foreach($product->normalized_options as $optionGroup)
{{ $optionGroup['name'] }} @if($optionGroup['required']) Obligatoire @elseif($optionGroup['type'] === 'multiple' && ($optionGroup['max'] ?? 1) > 1) Jusqu'à {{ $optionGroup['max'] }} @endif
@if($optionGroup['type'] === 'single') @else
@foreach($optionGroup['choices'] as $choice) @endforeach
@endif
@endforeach
@endif