{{ now()->format('d/m/Y H:i') }}
Invoice: {{ $transaction->invoice }}
| {{ $item->product->name }} x{{ $item->qty }} | Rp {{ number_format($item->subtotal) }} |
| Total | Rp {{ number_format($transaction->total) }} |
| Diskon | Rp {{ number_format($transaction->discount) }} |
| Dibayar | Rp {{ number_format($transaction->paid_amount) }} |
| Kembalian | Rp {{ number_format($transaction->change) }} |