|
OEM
{{__('default.price')}}
{{__('default.qty')}}
{{__('default.subtotal')}}
{{$item['oem']}}
€{{number_format($item['price'],2)}}
{{number_format($item['amount'])}}
€{{ number_format($item['amount'] * $item['price'],2) }}
Notes:
some notes
some notes
| TAX | €{{number_format($total_amount,2)}} |
| Total | €{{number_format($total_amount,2)}} |
| Total + TAX | €{{number_format($total_amount,2)}} |