{{$lang['original_price']}}:
{{$lang['application_fee']}}:
{{$lang['event_discount']}}:
{{$lang['code_discount']}}:
{{$lang['total']}}:
@if($offline) {{"N/A"}} @else {{$currency}}{{number_format($order->total - $order->applicationFees, 2, ".", ",")}} @endif
@if($offline) {{"N/A"}} @else {{$currency}}{{number_format($order->applicationFees, 2, ".", ",")}} @endif
@if($offline) {{"N/A"}} @else -{{$currency}}{{number_format($order->eventDiscounts, 2, ".", ",")}} @endif
@if($offline) {{"N/A"}} @else -{{$currency}}{{number_format($order->discountTotal, 2, ".", ",")}} @endif
@if($offline) {{"N/A"}} @else {{$currency}}{{number_format($order->paidTotal , 2, ".", ",")}} @endif