REPORTE DE PRODUCTOS

RUC : {{ $business->ruc }}
EMPRESA : {{ $business->nombre_comercial }}
CANTIDAD DE PRODUCTOS : {{ $quantity }}
@forelse ($productos as $item) @if ($item->codigo_interno == null) @else @endif @if ( $item->stock != null && $item->stock <= 5) @elseif($item->stock == null) @else @endif @empty @endforelse
Código Producto Unidad Marca Presentación Precio compra Precio venta Stock
-{{ $item->codigo_interno }}{{ $item->descripcion }} {{ $item->unidad }} {{ $item->marca }} {{ $item->presentacion }} {{ $item->precio_compra }} {{ $item->precio_venta }} {{ $item->stock }}-{{ $item->stock }}