| {{_t('order.item')}} | {{_t('order.net_amount')}} | @foreach($fees as $fee)
|---|---|
| {{ $fee['title'] }} | {{ currency($fee['amount']) }} |
| {{ $tax['title'] }} | {{ currency($tax['amount']) }} |
| {{ $discount['title'] }} | {{ currency($discount['amount']) }} |
| {{_t('order.total')}} | {{ currency($total) }} |