@foreach ($attributeLists as $key => $attribute)
{{ $attribute->name }}
@foreach ($attribute->values as $key => $attr_value)
{{ $attr_value->value }}
@endforeach
@endforeach