+ {!! $product->description !!} +
++ {!! $customAttributeValue['label'] !!} +
++ {!! $customAttributeValue['value'] ? $customAttributeValue['value'] : '-' !!} +
++ @lang('shop::app.products.view.description') +
++ {!! $product->description !!} +
++ @lang('shop::app.products.view.additional-information') +
++ @foreach ($customAttributeValues as $customAttributeValue) +
+ {{ $customAttributeValue['label'] }} +
++ {{ $customAttributeValue['label'] }} +
+ + @else ++ {{ $customAttributeValue['value'] ?? '-' }} +
++ @lang('shop::app.products.view.review') +
+