@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
@endforeach
@endif
@endforeach
@endif