{{ __('lbl.attributes') }}

@php $attrItemsNumbers = 0; @endphp @if(!empty($proDetails['product_attributes'])) @foreach($proDetails['product_attributes'] as $attributes)
@if($attributes['groupitems']) @foreach($attributes['groupitems'] as $items) @php $attrItemsNumbers++; @endphp
@if(config('constants.color_codes')) @endif
@if ($proDetails['product_type'] == 'Product') @endif
@endforeach @endif

@endforeach @endif