{{ $store->store_name }}
{{ $store->address }}
Nama : {{ $supplier->store_name }}
Alamat : {{ $supplier->address }}
{{ $return->return_date }}
| Produk | Harga | Jumlah Retur | Diskon | Subtotal |
|---|---|---|---|---|
|
{{ $item->product_name }}
{{ $item->variasi_1 }} {{ $item->variasi_2 ? ', ' . $item->variasi_2 : '' }} {{ $item->variasi_3 ? ', ' . $item->variasi_3 : '' }} |
Rp {{ number_format($item->price, 0, ',', '.') }} | {{ $item->quantity_returned }} | {{ number_format($item->discount_item, 0, ',', '.') }} | Rp {{ number_format($item->subtotal, 0, ',', '.') }} |
| Subtotal Retur | Rp {{ number_format($return->total_amount, 0, ',', '.') }} | |||
| Diskon | Rp {{ number_format($return->discount, 0, ',', '.') }} | |||
| Total Retur | Rp {{ number_format($return->total_amount - $return->discount + $return->tax, 0, ',', '.') }} | |||
|
Catatan:
{{ $return->note ?? 'Tidak ada catatan' }} * Terima kasih atas pengertian Anda |
Toko ( {{ $store->store_name }} ) |
Supplier ( {{ $supplier->store_name }} ) |