• {{ $prod->showPrice() }} {{ $prod->showPreviousPrice() }}

    {{ strlen($prod->name) > 35 ? substr($prod->name,0,35).'...' : $prod->name }}