| nombre | Descuento | SubTotal | Total | Status | Acción |
|---|---|---|---|---|---|
| {{ $purchase->supplier->name }} | ${{ number_format($purchase->discount, 0, ',', '.') }} | ${{ number_format($purchase->subtotal, 0, ',', '.') }} | ${{ number_format($purchase->total, 0, ',', '.') }} | {{ $purchase->status }} |