# | Tên mặt hàng | Giá nhập | Số lượng | Thành tiền | Hành động |
---|---|---|---|---|---|
{{ $loop->iteration }} |
{{ $purchaseItem_item->item->product->name }} {{ $purchaseItem_item->item->getVariantNames() }} |
{{ hCurrency($purchaseItem_item->price) }} | {{ $purchaseItem_item->quantity }} | {{ hCurrency($purchaseItem_item->price * $purchaseItem_item->quantity) }} |
|
Tổng | {{ $purchase->getTotalQuantity() }} | {{ hCurrency($purchase->getTotalAmount()) }} |
{{ $error }}
@endif @if (!empty($itemSearches)) @foreach ($itemSearches as $item) {{-- {{ dd($item->variants) }} --}} @endforeach @endif