{{-- CARGA DE IMAGEN DESDE EL STORAGE PUBLICO --}}
@if($producto->imagen_url)
@else
{{-- Unidad de Medida --}}
{{-- ÁREA DE INFORMACIÓN --}}
image
Sin Imagen
@endif
{{-- Badges Superior Izquierda (Solo Venta Controlada) --}}
@if($producto->es_controlado)
lock Controlado
@endif
{{-- Botón Favorito Superior Derecha (Estándar e-commerce) --}}
{{ $producto->unidad_medida }}
{{-- Marca y Stock --}}
{{-- BOTÓN AÑADIR AL CARRITO SIEMPRE VISIBLE --}}
verified
{{ $producto->categoria->nombre ?? 'General' }}
{{-- Título --}}
@if($producto->stock_total > 0 && $producto->stock_total <= $producto->stock_minimo_alerta)
Poco Stock
@elseif($producto->stock_total > 0)
Stock
@endif
{{ $producto->nombre }}
{{ $producto->descripcion }}
{{-- Precios y Call to Action --}}
${{ number_format($producto->precio_venta_usd, 2) }}
USD
Bs. {{ number_format($producto->precio_venta_usd * $tasaDolar, 2, ',', '.') }}