@extends('layouts.layout') @section('title', $promocion->nombre) @section('content')
# | Producto | Cantidad | Cantidad para Revendedores |
---|---|---|---|
{{ $key+1 }} | {{ $producto->nombre }} | {{ $producto->pivot->cantidad }} | {{ $producto->pivot->cantidad_revendedor }} |