| Code | Name | Qty | Price (Rp) | Discount (Rp) | Sub Total (Rp) | ||
|---|---|---|---|---|---|---|---|
| {{ $cart['code'] }} | {{ $cart['name'] }} |
@if ($isEnabledEditPrice)
Edit
@endif
{{ number_format($cart['nprice'], 0, ',', '.') }}
|
@if ($isEnabledEditDiscount && $cart['promo'] == 0)
Edit
@endif
{{ number_format($cart['nprice'] - $cart['price'], 0, ',', '.') }}
|
@if ($cart['unit'] == 0)
{{ number_format($cart['price'] * $cart['qty'], 0, ',', '.') }} | @else{{ number_format($cart['total_price'], 0, ',', '.') }} | @endif||
| Empty | |||||||
Item : {{ $item->name }} - {{ $item->barcode }}
@if ($item->total_qty <= 0)Tidak ada stock
@elseAda stock {{ $item->total_qty }} pcs
@endif