{{__('original-total')}}:
{{$currencySign . number_format($prices['total'], 2)}}
@if($prices['eventDiscount'] > 0)
{{__('Event Discount')}}:
-{{$currencySign . number_format($prices['eventDiscount'], 2)}}
@endif
@if($prices['codeDiscount'] > 0)
{{__('Discount-success')}}:
-{{$currencySign . number_format($prices['codeDiscount'], 2)}}
@endif
{{__('Total')}}:
{{$currencySign . number_format($prices['orderToPay'], 2)}}