@if(count($availableOptions)) {{ __('shopper::pages/attributes.menu') }} @foreach(collect($availableOptions) as $attribute)
{{ $attribute['name'] }}
@foreach(collect($attribute['values']) as $option) {{ $option['value'] }} @endforeach
@endforeach
@endif @if(count($variants))

{{ __('shopper::pages/products.variants.title') }}

@foreach($variants as $index => $variant)
{{ __('shopper::forms.label.name') }}
{{ __('shopper::forms.label.sku') }}
{{ __('shopper::forms.label.price') }}
{{ __('shopper::forms.label.stock_number_value') }}
@endforeach
@endif