@foreach($product->specificationAttributes->where('pivot.hidden', false)->sortBy('pivot.order') as $attribute) @endforeach
{{ $attribute->name }} @if ($attribute->type == 'checkbox') @if ($attribute->pivot->value) @else @endif @else {{ $attribute->pivot->value }} @endif