@extends('layouts.app') @section('content') @if (! CartCollection::isEmpty())
@endif @if ($draft)| Produk | Harga Satuan ({{ $draft->type }}) | Action |
|---|---|---|
| {{ $product->name }} | {{ $draft->type == 'cash' ? $product->cash_price : $product->credit_price }} | |
| Produk tidak ditemukan dengan keyword : {{ request('query') }} | ||
| # | Nama Item | Harga Satuan | Qty | Diskon | Subtotal | Action |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $item->name }} | {{ formatRp($item->price) }} | {{ $item->qty }} | {{ $item->item_discount }} | {{-- --}}{{ formatRp($item->subtotal) }} |