SKU | Name | Description | Quantity | Price | |
---|---|---|---|---|---|
{{$product->sku}} | {{$product->name}} | {{$product->description}} | {{$product->pivot->quantity}} | {{$product->price}} | {{number_format($product->price * $product->pivot->quantity, 2)}} |
Subtotal: | {{$order->total_products}} | ||||
Discounts: | {{$order->discounts}} | ||||
Tax: | {{$order->tax}} | ||||
Total: | {{$order->total}} |