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