SKU | Nome | Descrição | Quantidade | Preço | |
---|---|---|---|---|---|
{!! $product->sku !!} | {!! $product->name !!} | {!! $product->description !!} | {!! $product->pivot !!>quantity}} | {!! $product->price !!} | {!! number_format($product->price * $product->pivot->quantity, 2) !!} |
Subtotal: | {{$order->total_products}} | ||||
Desconto: | {{$order->discounts}} | ||||
Imposto: | {{$order->tax}} | ||||
Total: | {{$order->total}} |