@foreach($productos as $p)
@if(!empty($p->producto_id)) @php $foto_producto = \FCR::getFotoProducto($p->producto_id, 1); @endphp @if(!empty($foto_producto)) {{ $p->url_h1 }} @else Producto sin foto @endif @else Producto sin foto @endif
  • {{ $p->url_h1 }}
  • @if(!empty($p->producto_codigo_sku))
  • SKU: {{ $p->producto_codigo_sku }}
  • @endif
  • Cantidad: {{ $p->carrito_detalle_cantidad }}
@if(isset($v['productos']) && $v['productos'] > 1)
@endif
@endforeach