No commissions have been generated for this order.
@endifProduct | Price | Quantity | Subtotal |
---|---|---|---|
@if($product->image)
{{ $product->name }}
|
R{{ number_format($product->pivot->price, 2) }}
|
{{ Rproduct->pivot->quantity }}
|
R{{ number_format($product->pivot->price * $product->pivot->quantity, 2) }}
|
Total: | R{{ number_format($order->total_amount, 2) }} |