@if (count($attributes))
{{ __('messages.Values') }}
@foreach ($old_product_attribute_combinations as $old_product_attribute_combination)
@foreach ($attributes as $attribute) @php $select_val = null; @endphp @foreach ($old_product_attribute_combination['combination'] as $combination) @if ($combination['attr_id'] == $attribute->id) @php $select_val = $combination['value']; @endphp @endif @endforeach
@endforeach
@if($old_product_attribute_combination->image ) @endif
@endforeach
@endif