|
|
REPORTE GENERAL DE PRODUCTOS@php $today = Carbon\Carbon::now(); @endphpImpreso por: {{ Auth::user()->name }} |
|
{{ $value->direccion }} {{ $value->ciudad }}, {{ $value->provincia }}, República Dominicana. |
| Código | Producto | Proveedor | Categoría | Cantidad | P. Compra | P. Venta 1 | P. Venta 2 | P. Venta 3 |
| {{ $value->codigo }} | {{ $value->nombre }} | {{ $value->proveedor }} | {{ $value->categoria }} | {{ $value->stock }} | RD${{ number_format($value->precio_compra, 2) }} | RD${{ number_format($value->precio_venta1, 2) }} | RD${{ number_format($value->precio_venta2, 2) }} | RD${{ number_format($value->precio_venta3, 2) }} |