@if ($attribute->name == 'Color')
@foreach ($attribute->values as $option)
id, request()->input("attributes.{$attribute->id}", [])) ? 'checked' : '' }}>
@endforeach
@else
@foreach ($attribute->values as $option)
id, request()->input("attributes.{$attribute->id}", [])) ? 'checked' : '' }}>
@endforeach
@endif