@php
/**
* @name Pagina prodotto\Informazioni aggiuntive
* @version 1.0.0
*/
@endphp
@if (!empty($product->get_description()))
{{ __t('Dettagli prodotto:') }}
{!! $product->get_description() !!}
@endif
@if($product->have_related_products())
@get_template_part('page.product.parts.related-products', null, ['product' => $product])
@endif
{{-- EVENTUALE CONTENUTO EXTRA --}}
{{-- EVENTUAL PRODOTTI CORRELATI --}}