@props([ 'title' => 'Products', 'order' => $order, ])
ID | SKU | Name | Price | Tax Amount | QTY | Price (inc Tax) | Discount | Discount(%) | Type | Action | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $product->product_id ?? '' }} | {{ $product->sku ?? '' }} | {{ $product->name ?? '' }} | {{ $product->price ?? '' }} | {{ $product->tax_amount ?? '' }} | {{ $product->qty_ordered ?? '' }} | {{ $product->price_incl_tax ?? '' }} | {{ $product->discount_amount ?? '' }} | {{ $product->discount_percent ?? '' }}% | {{ $product->product_type ?? '' }} |
@if (count($product->items) > 0)
|