All items here cannot be deleted.
| # | Item | Vendor Name | Price | Quantity | Totals | |
|---|---|---|---|---|---|---|
| {{ ++$loop->index }} | @if (isset($orderProduct->product->slug)){{ $orderProduct->product_name }} | @else{{ $orderProduct->product_name }} | @endif{{ $orderProduct->user->name }} | {{ formatAmount($orderProduct->unit_price, $settings) }} | {{ $orderProduct->qty }} | @php $totalUnitPriceTimesQuantity = $orderProduct->unit_price * $orderProduct->qty; $total = $totalUnitPriceTimesQuantity; @endphp {{ formatAmount($total, $settings) }} |
| No Products Found | ||||||