@if($product->attributes()->first()) @foreach($product->attributes as $attr)
{{ $loop->iteration }}: {{ $attr->key }} : {{ $attr->title }}
@endforeach @endif