@inject ('productViewHelper', 'Webkul\Product\Helpers\View') {!! view_render_event('bagisto.shop.products.view.attributes.before', ['product' => $product]) !!} @php $customAttributeValues = $productViewHelper->getAdditionalData($product); @endphp @if ($customAttributeValues)

{{ __('velocity::app.products.more-infomation') }}

@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]) !!}