{{ $item->description }}
Precio: {{ $item->currency_type->symbol }} {{ number_format($item->sale_unit_price, 2) }}
Precio con descuento: {{ $item->currency_type->symbol }} {{ number_format($precioConDescuento, 2) }}
@elsePrecio: {{ $item->currency_type->symbol }} {{ number_format($item->sale_unit_price, 2) }}
@endifStock: {{ intval($item->stock) }}
Código: {{ $item->internal_id }}
Más detalles: {{ $item->name }}
{{ $item->technical_specifications }}