@inject ('productViewHelper', 'Webkul\Product\Helpers\View') {!! view_render_event('bagisto.shop.products.view.attributes.before', ['product' => $product]) !!} @if ($customAttributeValues = $productViewHelper->getAdditionalData($product))
@lang('store::app.products.specification')
@foreach ($customAttributeValues as $attribute) @if ($attribute['label']) @else @endif @if ( $attribute['type'] == 'file' && $attribute['value'] ) @elseif ( $attribute['type'] == 'image' && $attribute['value'] ) @else @endif @endforeach
{{ $attribute['label'] }}{{ $attribute['admin_name'] }} {{ $attribute['value'] }}
@endif {!! view_render_event('bagisto.shop.products.view.attributes.after', ['product' => $product]) !!}