@php $product_specifications = getProductSpecifications($product); @endphp {!! getPriceDisplay($product) !!} {{toUpper($product->getTranslation('name'))}} @if($product_specifications['km'] || $product_specifications['engine'] || $product_specifications['gearbox']) @if($product_specifications['km']) {{$product_specifications['km']}} @endif @if($product_specifications['engine']) {{$product_specifications['engine']}} @endif @if($product_specifications['gearbox']) {{$product_specifications['gearbox']}} @endif @endif