@php use Botble\Ecommerce\Models\ProductSpecificationAttributeTranslation; $currentLangCode = ProductSpecificationAttributeTranslation::getCurrentLanguageCode(); $visibleAttributes = $product->getVisibleSpecificationAttributes(); @endphp
| {{ $attribute->name }} |
@if ($attribute->type == 'checkbox')
@if ($attribute->pivot->value)
|