Detalle completo de la nota de crédito
{{ $notaCredito->numero_completo }}
{{ $notaCredito->fecha_emision->format('d/m/Y') }}
{{ $tiposNotaCredito[$notaCredito->tipo_nota_credito] ?? 'N/A' }}
{{ $notaCredito->user->name ?? 'Sistema' }}
{{ $notaCredito->motivo }}
| # | Descripción | Cantidad | Precio Unit. | Subtotal |
|---|---|---|---|---|
| {{ $index + 1 }} |
|
{{ number_format($detalle->cantidad, 2) }} | {{ format_money($detalle->precio_unitario) }} | {{ format_money($detalle->subtotal) }} |
{{ $notaCredito->cliente->email ?? 'Sin email' }}
{{ $notaCredito->cliente->telefono ?? 'Sin teléfono' }}
Cliente General
{{ $notaCredito->venta->created_at->format('d/m/Y H:i') }}
Total: {{ format_money($notaCredito->venta->total) }}