| {{ $item['nama'] }} | |||
| {{ $item['qty'] }} x {{ number_format($item['harga'], 0, ',', '.') }} | @if ($item['diskon'] == '0')@else | Disc {{ number_format($item['diskon'], 0, ',', '.') }} | @endif{{ number_format($item['total'], 0, ',', '.') }} |
| Total Diskon Barang | {{ number_format($data['total_diskon_barang'], 0, ',', '.') }} |
| Total Diskon | {{ number_format($data['total_diskon'], 0, ',', '.') }} |
| Subtotal | {{ number_format($data['subtotal'], 0, ',', '.') }} |
| Bayar | {{ number_format($data['bayar'], 0, ',', '.') }} |
| Kembali | {{ number_format($data['bayar'] - $data['subtotal'], 0, ',', '.') }} |
Terima kasih telah berbelanja!
{{-- Barang yang sudah dibeli tidak dapat dikembalikan. --}}