{{$lang['product']}}
{{$lang['unit_price']}}
{{$lang['quantity']}}
{{$lang['application_fee']}}
{{$lang['price']}}
@foreach($order->cartItems() as $item) @php( $count = $item->getCount() )
{{$item->storedTitle($language)}} @if($item['order_item_type'] != OrderItemTypes::VIRTUAL_COURSE) {{$item->storedSubtitle($language)}} @endif
@if($offline) {{"N/A"}} @else @if($item->discountValue + $item->discountEvent > 0) {{$currency.number_format(($item->totalPaid + $item->discountValue + $item->discountEvent - $item->applicationFees) / $count, 2, ".", ",")}} @endif {{$currency.number_format(($item->totalPaid - $item->applicationFees) / $count, 2, ".", ",")}} @endif
{{$count}}
@if($offline) {{"N/A"}} @else {{$currency }}{{number_format($item->applicationFees, 2, ".", ",")}} @endif
@if($offline) {{"N/A"}} @else {{$currency.number_format($item->discountValue + $item->discountEvent, 2, ".", ",")}} @endif
@endforeach