{{ currency() }}{{ number_format($item['price'] * $item['quantity'], 2) }}
{{ __('modules.order.base') }}: {{ currency() }}{{ number_format($item['base_price'] * $item['quantity'], 2) }}
@if($item['tax_amount'] > 0)
+ {{ __('modules.order.tax') }}: {{ currency() }}{{ number_format($item['tax_amount'] * $item['quantity'], 2) }}
@endif