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

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